save_format property
save_format property
Gets or sets the output file format type Support Tiff/XPS
Remarks
NOTE: This member is now obsolete. Instead,
For Tiff/Svg, use ImageOrPrintOptions.image_type
; For Xps, use Workbook.save
with XpsSaveOptions
.
This property will be removed 12 months later since August 2022.
Aspose apologizes for any inconvenience you may have experienced.
Definition:
@property
def save_format(self):
...
@save_format.setter
def save_format(self, value):
...
See Also
- module
aspose.cells.rendering
- class
ImageOrPrintOptions
- class
SaveFormat
- class
XpsSaveOptions