Discuss this help topic in SecureBlackbox Forum

TElPDFSignatureWidgetProps.NoRotate

TElPDFSignatureWidgetProps     See also     


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


Specifies if signature widget will be rotated when document is rotated in browser

Declaration

[C#]
    bool NoRotate;

[VB.NET]
    Property NoRotate As Boolean

[Pascal]
    property NoRotate : boolean;

[C++]
    bool get_NoRotate();
    void set_NoRotate(bool Value);

[PHP]
    bool get_NoRotate()
    void set_NoRotate(bool $Value)

[Java]
    boolean getNoRotate();
    void setNoRotate(boolean Value);

Description

    If this property value is True signature widget will not be rotated when document is rotated in browser.

See also:     Locked     NoView     NoZoom     Rotate     Print     ReadOnly     ToggleNoView    

Discuss this help topic in SecureBlackbox Forum