Click or drag to resize

CPDFViewerInitDoc Method

Set the document and set the data layer object to PDFViewer

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

Parameters

newDoc
Type: ComPDFKit.PDFDocumentCPDFDocument
PDF Document Object
See Also