save_as_image method

save_as_image

Saves the document in a bitmap image format.

Returns

The resulting images byte arrays. The first dimension is for inner documents and the second one is for pages within inner documents.

def save_as_image(self, options):
    ...
ParameterTypeDescription
optionsaspose.page.xps.presentation.image.ImageSaveOptionsOptions for saving the document in a bitmap image format.

See Also