ImageOrPrintOptions.SaveFormat

ImageOrPrintOptions.SaveFormat property

Gets or sets the output file format type Support Tiff/XPS

[Obsolete("For Tiff/Svg, use ImageType; For Xps, use Workbook.Save(string, SaveOptions) with XpsSaveOptions")]
[EditorBrowsable(EditorBrowsableState.Never)]
public SaveFormat SaveFormat { get; set; }

Remarks

NOTE: This member is now obsolete. Instead, For Tiff/Svg, use ImageType; For Xps, use Save with XpsSaveOptions. This property will be removed 12 months later since August 2022. Aspose apologizes for any inconvenience you may have experienced.

See Also