SaveOptionsImage Property |
Gets the default saving options for image file format. Image will be saved in
Png format.
Namespace: SautinSoft.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax public static ImageSaveOptions Image { get; }
Public Shared ReadOnly Property Image As ImageSaveOptions
Get
Property Value
ImageSaveOptions
The default saving options for image file format.
See Also