Click or drag to resize

OnDownloadEventHandler Delegate

[Missing <summary> documentation for "T:pdftron.PDF.OnDownloadEventHandler"]

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public delegate void OnDownloadEventHandler(
	PDFViewCtrlDownloadedType type,
	int page_num,
	int obj_num,
	string msg
)

Parameters

type
Type: pdftron.PDFPDFViewCtrlDownloadedType
page_num
Type: SystemInt32
obj_num
Type: SystemInt32
msg
Type: SystemString
See Also