add method

add

Adds an output element for the image.

Returns

IOutputFile object for the image.

def add(self, path, image):
    ...
ParameterTypeDescription
pathstrOutput path.
imageIPPImageImage to output.

add

Adds an output element for the image.

Returns

IOutputFile object for the image.

def add(self, path, image):
    ...
ParameterTypeDescription
pathstrOutput path.
imageaspose.pydrawing.ImageImage to output.

add

Adds an output element for the image.

Returns

IOutputFile object for the image.

def add(self, path, image):
    ...
ParameterTypeDescription
pathstrOutput path.
imageIImageImage to output.

add

Adds an output element for the video.

Returns

IOutputFile object for the video.

def add(self, path, video):
    ...
ParameterTypeDescription
pathstrOutput path.
videoIVideoVideo to output.

add

Adds an output element for the text content.

Returns

IOutputFile object for the text content.

def add(self, path, text_content):
    ...
ParameterTypeDescription
pathstrOutput path.
text_contentstrContent to output.

add

Adds an output element for the font.

Returns

IOutputFile object for the font.

def add(self, path, font_data, font_style):
    ...
ParameterTypeDescription
pathstrOutput path.
font_dataIFontDataFont to output.
font_styleaspose.pydrawing.FontStyleFont style.

See Also