Click or drag to resize

PDFViewCtrlOpenUniversalDocument Method

Sets the PDF document to be displayed.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void OpenUniversalDocument(
	DocumentConversion conversion
)

Parameters

conversion
Type: pdftron.PDFDocumentConversion
A document conversion to open
Remarks
This method acquires a write lock on the current document, so the document must be unlocked when this method is called.
See Also