Discuss this help topic in SecureBlackbox Forum

TElPDFSignatureWidgetProps.NoView

TElPDFSignatureWidgetProps     See also     


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


Specifies if signature widget will be displayed when document is viewed

Declaration

[C#]
    bool NoView;

[VB.NET]
    Property NoView As Boolean

[Pascal]
    property NoView : boolean;

[C++]
    bool get_NoView();
    void set_NoView(bool Value);

[PHP]
    bool get_NoView()
    void set_NoView(bool $Value)

[Java]
    boolean getNoView();
    void setNoView(boolean Value);

Description

    If this property value is True signature widget will not be displayed when document is viewed.

See also:     Locked     NoRotate     NoZoom     Print     ReadOnly     ToggleNoView    

Discuss this help topic in SecureBlackbox Forum