Discuss this help topic in SecureBlackbox Forum

TElPDFSignature.Invisible

TElPDFSignature     See also     


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


Specifies if the signature will be visible on the page.

Declaration

[C#]
    bool Invisible;

[VB.NET]
    Property Invisible As Boolean

[Pascal]
    property Invisible : boolean;

[C++]
    bool get_Invisible();
    void set_Invisible(bool Value);

[PHP]
    bool get_Invisible()
    void set_Invisible(bool $Value)

[Java]
    boolean getInvisible();
    void setInvisible(boolean Value);

Description

When this property is set to True, the signature will not be shown on the page. Otherwise it will be visible. The default value is true.

See also:     AuthorName     ContactInfo     Location     Page     SignatureName     SigningTime     Reason     WidgetProps    

Discuss this help topic in SecureBlackbox Forum