Delegate PageExportingAction

Delegate PageExportingAction

Namespace: Aspose.Imaging
Assembly: Aspose.Imaging.dll (25.2.0)

Delegate for firing before page is exported

public delegate void PageExportingAction(int pageIndex, Image page)

Parameters

pageIndex int

Index of the page.

page Image

The page of the multi-page image.