Click or drag to resize

PDFViewCtrlSetDoc Method

Associates this PDFViewCtrl with a given PDF document.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetDoc(
	PDFDoc doc
)

Parameters

doc
Type: pdftron.PDFPDFDoc
A document to be displayed in the view.

Return Value

Type: 
true if operation is successful, false otherwise.
See Also