PNG_Compression changes how much time PNG-compressor spends on trying to compress the image data.
This property accept values from 0 (no compression) to 9 (best compression).
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public int PNG_Compression { get; set; }
Public Property PNG_Compression As Integer Get Set
public: property int PNG_Compression { int get (); void set (int value); }