Click or drag to resize

ImageSaveOptions(ImageSaveFormat) Constructor

Initializes a new instance of the ImageSaveOptions class for a specific image format.

Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public ImageSaveOptions(
	ImageSaveFormat imageFormat
)

Parameters

imageFormat  ImageSaveFormat
The image format.
See Also