PDFViewCtrlOnSetDoc Event |
Occurs after PDFViewCtrl.SetDoc(PDFDoc) is called and the document is set within PDFViewCtrl.
When this callback occurs, the document is ready for actions such as SetHScrollPos or GoToPage.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public event OnSetDocEventHandler OnSetDoc
Public Event OnSetDoc As OnSetDocEventHandler
public:
virtual event OnSetDocEventHandler^ OnSetDoc {
void add (OnSetDocEventHandler^ value);
void remove (OnSetDocEventHandler^ value);
}
function add_OnSetDoc(value);
function remove_OnSetDoc(value);
Value
Type:
pdftron.PDFOnSetDocEventHandlerSee Also