XpsDocument.SaveAsImageBytes
XpsDocument.SaveAsImageBytes method
Saves the document in a bitmap image format ast bytes arrays.
public byte[][][] SaveAsImageBytes(ImageSaveOptions options)
| Parameter | Type | Description |
|---|---|---|
| options | ImageSaveOptions | Options for saving the document in a bitmap image format. |
Return Value
The resulting images byte arrays. The first dimension is for inner documents and the second one is for pages within inner documents.
See Also
- class ImageSaveOptions
- class XpsDocument
- namespace Aspose.Page.XPS
- assembly Aspose.Page