Discuss this help topic in SecureBlackbox Forum

TElPDFLegalContentAttestation.Include

TElPDFLegalContentAttestation     See also     


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


Specifies if the "Legal" entry is included to the document.

Declaration

[C#]
    bool Include;

[VB.NET]
    Property Include As Boolean

[Pascal]
    property Include : boolean;

[C++]
    bool get_Include();
    void set_Include(bool Value);

[PHP]
    bool get_Include()
    void set_Include(bool $Value)

[Java]
    boolean getInclude();
    void setInclude(boolean Value);

Description

    If this property is set to True, the "Legal" entry is included to the document.

See also:     LegalContentAttestation    

Discuss this help topic in SecureBlackbox Forum