Discuss this help topic in SecureBlackbox Forum

TElPDFDocument.DocumentID

TElPDFDocument     See also     


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


Returns the document's identifier.

Declaration

[C#]
    TElPDFArray DocumentID;

[VB.NET]
    Property DocumentID As TElPDFArray

[Pascal]
    property DocumentID : TElPDFArray;

[C++]
    TElPDFArray* get_DocumentID();

[PHP]
    TElPDFArray get_DocumentID()

[Java]
    TElPDFArray getDocumentID();

Description

    Use this property to get the ID entry of the document's trailer dictionary. This entry consists of two byte-strings that constitute the file identifier, which may be used to assure the correct file is being processed without decrypting it.
    If ID is not defined for an unencrypted document, new identifier is generated. If ID is not defined for an encrypted document, returns null/nil/Nothing.

See also:     Encrypted    

Discuss this help topic in SecureBlackbox Forum