XpsDocument.SaveAsImage

XpsDocument.SaveAsImage method

Saves the document in a bitmap image format.

public byte[][][] SaveAsImage(ImageSaveOptions options)
ParameterTypeDescription
optionsImageSaveOptionsOptions 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