PdfMetafile
Quality Property
|
Gets or sets the quality.
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public int Quality { get; set; }
Public Property Quality As Integer
Get
Set
public:
property int Quality {
int get ();
void set (int value);
}
member Quality : int with get, set
Property Value
Type:
Int32
Remarks
When the image is stored into PDF not as a mask,
you may reduce its quality, which saves the disk space.
See Also