ImageOptions Class |
Namespace: GroupDocs.Parser.Options
The ImageOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | ImageOptions |
Initializes a new instance of the ImageOptions class.
|
Name | Description | |
---|---|---|
![]() | ImageFormat |
Gets the image format for image extraction.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
An instance of ImageOptions class is used as parameter in GetImageStream(ImageOptions) and Save(String, ImageOptions) methods. See the usage examples there.
It's used to specify the image format for image extraction.
Learn more: