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