TdxPDFCustomViewer.Document Property
In This Article
Provides access to the loaded PDF document and its settings.
#Declaration
Delphi
property Document: TdxPDFDocument read;
#Property Value
Type |
---|
Tdx |
#Remarks
You can use this property to access the non-visual representation of the loaded PDF document, obtain document information and perform certain document-related operations. For instance, you can call the Document.Clear procedure to close the loaded document and clear the document object’s content. Calling the PDF Viewer’s Clear procedure closes the loaded document and destroys the document object.
For detailed information on available document options, refer to the TdxPDFDocument class description.
Note
If the Is
See Also