| Skype: | TextControlSupport | |
| Orders: | 877-462-4772 |
Image.ExportCompressionQuality Property |
||
| Description: | Sets a value between 1 and 100, which is the quality of a lossy data compression used if this image is
saved. It is only used if the image data is compressed with a lossy compression algorithm. A value of 100
indicates the maximum quality, a value of 1 indicates the minimum quality. If this property is set to zero, which
is the default value, Text Control uses the quality value set with the SaveSettings.ImageCompressionQuality
property or a compression specific default value. |
|
| Syntax: |
[C#]
public int ExportCompressionQuality { get; set; }
[Visual Basic] Public Property ExportCompressionQuality() As Integer |
|
| Introduced: | 11.0 |
|
| See also: | Images, Graphical Overview. | |