Discuss this help topic in SecureBlackbox Forum

TElPDFPageInfo.Rotate

TElPDFPageInfo     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies rotation angle of the page.

Declaration

[C#]
    int Rotate;

[VB.NET]
    Property Rotate As Integer

[Pascal]
    property Rotate : Integer;

[C++]
    int32_t get_Rotate();

[PHP]
    integer get_Rotate()

[Java]
    int getRotate();

Description

    Use this read-only property to get page rotation angle. Possible values are: 0, 90, 180, and 270 degrees.

Discuss this help topic in SecureBlackbox Forum