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.DocAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
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