1. GroupDocs.Parser
  2. /
  3. GroupDocs.Parser for Python via .NET
  4. /
  5. groupdocs.parser.options
  6. /
  7. ImageOptions class

ImageOptions class

ImageOptions class

Provides the options which are used for image extraction.

The ImageOptions type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of the ImageOptions class.

Properties

Property Description
image_format Gets the image format for image extraction.

Remarks

An instance of ImageOptions class is used as parameter in PageImageArea.get_image_stream and PageImageArea.save methods. See the usage examples there.

It’s used to specify the image format for image extraction.

Learn more: | | | |

See Also