ImageEn, unit iexUserInteractions

TIEPdfViewerInteraction.Document

TIEPdfViewerInteraction.Document


Declaration

property Document: TPdfDocument;


Description

Provides access to the raw PDF document class.

Notes:
- Document may be nil if a document is not loaded
- If you interact with Document you may need to use Update to refresh the content


Example

// Copy all pages from another TImageEnView
ImageEnView1.PdfViewer.ImportPages( ImageEnView1.PdfViewer.Document );


See Also

- CurrentPage
- PageCount