Creates and initializes new JpegEncoderOptions class instance. You can set some JPEG settings here.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Type: System.Int32
Value in range [0, 100] specifying JPEG quality. You can change it later through Quality property.Type: System.Boolean
Value that specifies if JPEG should be progressive. You can change it later through IsProgressive property.