create_image method

create_image

Creates a rectangular path filled with an image.

Returns

The XPS path.

def create_image(self, file_name, image_box, mode):
    ...
ParameterTypeDescription
file_namestrThe name of the image file.
image_boxaspose.pydrawing.RectangleFThe image box to fill with the image.
modeImageModeImage fit mode.

See Also