Class RotatePageParameters
Parameters for RotatePage action
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
[Eagle]
public class RotatePageParameters : DocumentActionParametersConstructors
RotatePageParameters()
Creates a new instance of this class
Declaration
public RotatePageParameters()Properties
PageNumber
Page to be rotated.
Declaration
[Eagle]
public int PageNumber { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
Rotation
Angle divisible by 90. Counterclockwise. DocuWare legacy.
Declaration
[Eagle]
public int Rotation { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
SectionNumber
Number of the section to process.
Declaration
[Eagle]
public int SectionNumber { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 |