Click or drag to resize

PDFViewCtrlConnectDocAndResume Method

This will load a document and start rendering it again without affecting the visual layout of the PDFViewCtrl. Use this after the app resumes after being suspended.

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

Parameters

doc
Type: pdftron.PDFPDFDoc
The document to open. This document must be the same as the document that was currently opened when PauseAndDisconnectDoc was called
See Also