Discuss this help topic in SecureBlackbox Forum

TElPDFSignatureWidgetProps.Rotate

TElPDFSignatureWidgetProps     See also     


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


Specifies rotation of signature widget.

Declaration

[C#]
    int Rotate;

[VB.NET]
    Property Rotate As Integer

[Pascal]
    property Rotate : Integer;

[C++]
    int32_t get_Rotate();
    void set_Rotate(int32_t Value);

[PHP]
    integer get_Rotate()
    void set_Rotate(integer $Value)

[Java]
    int getRotate();
    void setRotate(int Value);

Description

    Use this property to get or set rotation angle of the signature widget. Possible values are: 0, 90, 180 or 270 degrees.

See also:     NoRotate    

Discuss this help topic in SecureBlackbox Forum