Class RotatePageParameters
Parameters for RotatePage action
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 |