Delegate PageExportingAction
PageExportingAction delegate
Delegate for firing before page is exported
public delegate void PageExportingAction(int pageIndex, Image page);
Parameter | Type | Description |
---|---|---|
pageIndex | Int32 | Index of the page. |
page | Image | The page of the multi-page image. |
See Also
- class Image
- namespace Aspose.Imaging
- assembly Aspose.Imaging