Discuss this help topic in SecureBlackbox Forum

TElPDFLegalContentAttestation.OptionalContent

TElPDFLegalContentAttestation     


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


Specifies if optional content is found in the document.

Declaration

[C#]
    bool OptionalContent;

[VB.NET]
    Property OptionalContent As Boolean

[Pascal]
    property OptionalContent : boolean;

[C++]
    bool get_OptionalContent();
    void set_OptionalContent(bool Value);

[PHP]
    bool get_OptionalContent()
    void set_OptionalContent(bool $Value)

[Java]
    boolean getOptionalContent();
    void setOptionalContent(boolean Value);

Description

    If this property is True, optional content is found in the document.

Discuss this help topic in SecureBlackbox Forum