smartinspectpython.sigraphicid

Module: sigraphicid.py

Revision History

Date Version Description
2023/05/30 3.0.0.0 Initial Version.

Used by the SIGraphicViewerContext class to specify the desired picture type.

Bitmap = <SIGraphicId.Bitmap: 400>

Instructs the graphic viewer context class to treat the data as bitmap image.

Jpeg = <SIGraphicId.Jpeg: 401>

Instructs the graphic viewer context class class to treat the data as JPEG image.

Icon = <SIGraphicId.Icon: 402>

Instructs the graphic viewer context class class to treat the data as Window icon.

Metafile = <SIGraphicId.Metafile: 403>

Instructs the graphic viewer context class class to treat the data as Window Metafile image.

Png = <SIGraphicId.Png: 404>

Instructs the graphic viewer context class class to treat the data as PNG image.