ImageEn, unit iexUserInteractions

TIEPdfViewer.Document

TIEPdfViewer.Document


Declaration

property Document: TPdfDocument;


Description

Provides access to the raw PDF document class.

Note:
 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