PageExportingAction

PageExportingAction delegate

Delegate for firing before page is exported

public delegate void PageExportingAction(int pageIndex, Image page);
ParameterTypeDescription
pageIndexInt32Index of the page.
pageImageThe page of the multi-page image.

See Also