ImageOptions
ImageOptions class
Provides the options which are used for image extraction.
public sealed class ImageOptions
Constructors
Name | Description |
---|---|
ImageOptions(ImageFormat) | Initializes a new instance of the ImageOptions class. |
Properties
Name | Description |
---|---|
ImageFormat { get; } | Gets the image format for image extraction. |
Remarks
An instance of ImageOptions
class is used as parameter in GetImageStream
and Save
methods. See the usage examples there.
It’s used to specify the image format for image extraction.
Learn more:
See Also
- namespace GroupDocs.Parser.Options
- assembly GroupDocs.Parser