ImageSaveOptions Constructor (ImageSaveFormat) |
Initializes a new instance of the
ImageSaveOptions class for a specific image format.
Namespace:
GemBox.Document
Assembly:
GemBox.Document (in GemBox.Document.dll) Version: 31.0.35.1089
Syntaxpublic ImageSaveOptions(
ImageSaveFormat imageFormat
)
Public Sub New (
imageFormat As ImageSaveFormat
)
Parameters
- imageFormat
- Type: GemBox.DocumentImageSaveFormat
The image format.
See Also