XpsDocument.SaveAsImageBytes

XpsDocument.SaveAsImageBytes method

Saves the document in a bitmap image format ast bytes arrays.

public byte[][][] SaveAsImageBytes(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