Click or drag to resize

ImageFormat Enumeration

Specifies formats for saving image files.

Namespace:  Opait.Api
Assembly:  Opait.Core (in Opait.Core.dll) Version: 1.3.3.0
Syntax
C#
public enum ImageFormat
Members
  Member nameValueDescription
Automatic0 Automatically pick a format based on color depth and source format.
Monochrome1 Convert to monochrome if necessary and save with G4 compression.
GrayscalePng2 Save as grayscale PNG file.
GrayscaleJpeg3 Save as grayscale JPEG file.
ColorPng4 Save as lossless 24 bit PNG file.
ColorJpeg5 Save as lossy 24 bit JPEG file.
See Also