ImageSaveOptions(ImageSaveFormat) Constructor |
Initializes a new instance of the
ImageSaveOptions class for a specific image format.
Namespace: SautinSoft.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.3.13
Syntaxpublic ImageSaveOptions(
ImageSaveFormat imageFormat
)
Public Sub New (
imageFormat As ImageSaveFormat
)
Parameters
- imageFormat ImageSaveFormat
- The image format.
See Also