Discuss this help topic in SecureBlackbox Forum

TElPDFLegalContentAttestation.ExternalOPIDicts

TElPDFLegalContentAttestation     See also     


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


This topic is under developmentā€¦

Declaration

[C#]
    int ExternalOPIDicts;

[VB.NET]
    Property ExternalOPIDicts As Integer

[Pascal]
    property ExternalOPIDicts : integer;

[C++]
    int32_t get_ExternalOPIDicts();
    void set_ExternalOPIDicts(int32_t Value);

[PHP]
    integer get_ExternalOPIDicts()
    void set_ExternalOPIDicts(integer $Value)

[Java]
    int getExternalOPIDicts();
    void setExternalOPIDicts(int Value);

Description

    Use this property to specify the number of OPI dictionaries in the document.

See also:     ExternalStreams     ExternalRefXObjects    

Discuss this help topic in SecureBlackbox Forum