XpsDocument.SaveAsImage
XpsDocument.SaveAsImage method
Saves the document in a bitmap image format.
public byte[][][] SaveAsImage(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