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

ImageOptions constructor

On this page

init

Initializes a new instance of the ImageOptions class.

def __init__(self, image_format):
    ...
Parameter Type Description
image_format groupdocs.parser.options.ImageFormat The format of the image.

See Also

On this page