Discuss this help topic in SecureBlackbox Forum

TElPDFSignature.EmptyField

TElPDFSignature     


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


Specifies whether an empty signature field should be created.

Declaration

[C#]
    bool EmptyField;

[VB.NET]
    Property EmptyField As Boolean

[Pascal]
    property EmptyField : boolean;

[C++]
    bool get_EmptyField();
    void set_EmptyField(bool Value);

[PHP]
    bool get_EmptyField()
    void set_EmptyField(bool $Value)

[Java]
    boolean getEmptyField();
    void setEmptyField(boolean Value);

Description

    Set this property to True when adding a signature to the document to indicate that an empty signature field should be created instead.

Discuss this help topic in SecureBlackbox Forum