Click or drag to resize

CPDFViewerGetDocument Method

Get the data layer object set by the current PDFViewer

Namespace:  ComPDFKitViewer
Assembly:  ComPDFKit.Viewer (in ComPDFKit.Viewer.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
C#
public CPDFDocument GetDocument()

Return Value

Type: CPDFDocument
If it does not exist, return null
See Also