ConverterSetting
JPEGQuality Property
|
Gets or sets a value determining the quality.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public int JPEGQuality { get; set; }
Public Property JPEGQuality As Integer
Get
Set
public:
property int JPEGQuality {
int get ();
void set (int value);
}
member JPEGQuality : int with get, set
Property Value
Type:
Int32
See Also