PDFViewCtrlPauseAndDisconnectDoc Method |
This will close the document, but leave the visual appearance of the PDFViewCtrl intact.
This can be used when the App is being suspended so that the Stream associated with the document can be released.
Use this in conjunction with ConnectDocAndResume to repopulate the PDFViewCtrl when the app gets resumed.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void PauseAndDisconnectDoc()
Public Sub PauseAndDisconnectDoc
public:
virtual void PauseAndDisconnectDoc() sealed
function PauseAndDisconnectDoc();
See Also