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
)
Public Sub SetDoc (
doc As PDFDoc
)
public:
virtual void SetDoc(
[InAttribute] PDFDoc^ doc
) sealed
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