C# Class ImageUtility.Bitmap.FormatEncoderOptions

This is an aggregate of the various options that can be fed to the Save() method
Datei anzeigen Open project: Patapom/GodComplex

Public Properties

Property Type Description
JPEGQualityLevel int
PNGInterlace PngInterlaceOption
TIFFCompression TiffCompressOption

Property Details

JPEGQualityLevel public_oe property

public int JPEGQualityLevel
return int

PNGInterlace public_oe property

public PngInterlaceOption PNGInterlace
return PngInterlaceOption

TIFFCompression public_oe property

public TiffCompressOption TIFFCompression
return TiffCompressOption