Discuss this help topic in SecureBlackbox Forum

TElPDFDocument.PDFFile

TElPDFDocument     See also     


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


This read-only property gives access to the underlying TElPDFFile object that stores the document structure.

Declaration

[C#]
    TElPDFFile PDFFile;

[VB.NET]
    Property PDFFile As TElPDFFile

[Pascal]
    property PDFFile : TElPDFFile;

[C++]
    TElPDFFile* get_PDFFile();

[PHP]
    TElPDFFile get_PDFFile()

[Java]
    TElPDFFile getPDFFile();

Description

    TElPDFFile class is internal and thus is not documented. Please contact SecureBlackbox support if you need to use it.

See also:     Technical support    

Discuss this help topic in SecureBlackbox Forum