ImageEn, unit iexUserInteractions |
|
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
// Copy all pages from another TImageEnView
ImageEnView1.PdfViewer.ImportPages( ImageEnView1.PdfViewer.Document );
// Create a new document
ImageEnView1.PdfViewer.Document.NewDocument();
See Also
◼CurrentPage◼PageCount