PdfGradientBrush
AntiAlias Property
|
Gets or sets a value indicating whether use anti aliasing algorithm.
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public bool AntiAlias { get; set; }
Public Property AntiAlias As Boolean
Get
Set
public:
property bool AntiAlias {
bool get ();
void set (bool value);
}
member AntiAlias : bool with get, set
Property Value
Type:
Boolean
See Also