Show / Hide Table of Contents

    Class RotatePageParameters

    Parameters for RotatePage action

    Inheritance
    System.Object
    DocumentActionParameters
    RotatePageParameters
    Namespace: DocuWare.Platform.ServerClient
    Assembly: DocuWare.Platform.ServerClient.dll
    Syntax
    public class RotatePageParameters : DocumentActionParameters

    Constructors

    RotatePageParameters()

    Creates a new instance of this class

    Declaration
    public RotatePageParameters()

    Properties

    PageNumber

    Page to be rotated.

    Declaration
    public int PageNumber { get; set; }
    Property Value
    Type Description
    System.Int32

    Rotation

    Angle divisible by 90. Counterclockwise. DocuWare legacy.

    Declaration
    public int Rotation { get; set; }
    Property Value
    Type Description
    System.Int32

    SectionNumber

    Number of the section to process.

    Declaration
    public int SectionNumber { get; set; }
    Property Value
    Type Description
    System.Int32
    About Us Contact Imprint Terms Data privacy
    © 2024 DocuWare Corporation powered by DocFX Back to top