Skip to main content
A newer version of this page is available. .

TdxPDFDocument Class

A PDF document container.

Declaration

TdxPDFDocument = class(
    TObject
)

Remarks

The PDF document container implements an API for the core document management functionality, such as load and save operations with support for encryption and digital signatures, content search and export, and so on. The PDF Viewer control relies on a PDF document container to load, store, and manage documents.

Create a PDF document container at runtime if you want to automatically load and process PDF documents. The TdxPDFDocument class has members that allow you to do the following:

The PDF Viewer control’s Document property references a TdxPDFDocument object.

Inheritance

TObject
TdxPDFDocument
See Also