System::Drawing::Image::SaveOptions Struct Reference

Structure that represents save options. More...

Public Attributes

Nullable< int > Quality
 The quality level used when encoding an image. More...
 
Nullable< Imaging::EncoderValueFlag
 Specifies the parameter value passed to a JPEG or TIFF image encoder. More...
 
Nullable< Imaging::EncoderValueCompression
 The compression type. More...
 
Nullable< int > PixelFormat
 The amount bits per pixel. More...
 

Detailed Description

Structure that represents save options.

Member Data Documentation

◆ Compression

Nullable<Imaging::EncoderValue> System::Drawing::Image::SaveOptions::Compression

The compression type.

◆ Flag

Nullable<Imaging::EncoderValue> System::Drawing::Image::SaveOptions::Flag

Specifies the parameter value passed to a JPEG or TIFF image encoder.

◆ PixelFormat

Nullable<int> System::Drawing::Image::SaveOptions::PixelFormat

The amount bits per pixel.

◆ Quality

Nullable<int> System::Drawing::Image::SaveOptions::Quality

The quality level used when encoding an image.