Document
JPEGQuality Property
|
Gets/sets the quality (Q%) of the image of JPEG format, this property
is only used for doc to pdf. The default value is 80.
Namespace:
Spire.Doc
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
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