Click or drag to resize

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

Value

Type: pdftron.PDFOnSetDocEventHandler
See Also