Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / Page Class / Rotate Property

In This Topic
    Rotate Property (Page)
    In This Topic
    Gets or sets the number of degrees by which the page should be rotated clockwise when displayed or printed. The value must be a multiple of 90. Default value: 0.
    Syntax
    'Declaration
     
    Public Property Rotate As System.Integer
    public System.int Rotate {get; set;}
    See Also