Discuss this help topic in SecureBlackbox Forum

TElPDFSignatureWidgetProps.Print

TElPDFSignatureWidgetProps     See also     


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


Specifies if signature widget will be printed on paper

Declaration

[C#]
    bool Print;

[VB.NET]
    Property Print As Boolean

[Pascal]
    property Print : boolean;

[C++]
    bool get_Print();
    void set_Print(bool Value);

[PHP]
    bool get_Print()
    void set_Print(bool $Value)

[Java]
    boolean getPrint();
    void setPrint(boolean Value);

Description

    If this property value is True the signature widget will be printed on paper

See also:     Locked     NoRotate     NoView     NoZoom     ReadOnly     ToggleNoView    

Discuss this help topic in SecureBlackbox Forum