XpsSaveOptions constructor

init

Creates options for saving xps file.

def __init__(self):
    ...

init

Creates options for saving xps file.

def __init__(self, save_format):
    ...
ParameterTypeDescription
save_formatSaveFormatThe save format, it must be xps format.

Remarks

NOTE: This constructor is now obsolete. Instead, please use XpsSaveOptions() constructor. This property will be removed 12 months later since August 2022. Aspose apologizes for any inconvenience you may have experienced.

See Also