PdfDocument.ExportToImages(Int32[]) Method
Exports the specified pages to images.
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Pdf.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| pageIndexes | Int32[] | An array of page indexes to export. |
Returns
| Type | Description |
|---|---|
| DXImage[] | An array of exported images. |
See Also