Discuss this help topic in SecureBlackbox Forum

TElPDFSignatureInfo.Invisible

TElPDFSignatureInfo     


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


Returns the visibility status of the field.

Declaration

[C#]
    bool Invisible;

[VB.NET]
    Property Invisible As Boolean

[Pascal]
    property Invisible : boolean;

[C++]
    bool get_Invisible();

[PHP]
    bool get_Invisible()

[Java]
    boolean getInvisible();

Description

    Use this property to check if the signature form field is visible.

Discuss this help topic in SecureBlackbox Forum