Click or drag to resize

PdfGradientBrush Class

Implements gradient brush capabilities.
Inheritance Hierarchy

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public abstract class PdfGradientBrush : PdfBrush, 
	IDisposable

The PdfGradientBrush type exposes the following members.

Properties
Name Description
Public property AntiAlias
Gets or sets a value indicating whether use anti aliasing algorithm.
Public property Background
Gets or sets the background color of the brush.
Top
Methods
Name Description
Public method Clone
Creates a new copy of a brush.
(Inherited from PdfBrush .)
Protected method CloneAntiAliasingValue
Clones the anti aliasing value.
Protected method CloneBackgroundValue
Clones the background value.
Public method Dispose
Releases unmanaged resources and performs other cleanup operations before the is reclaimed by garbage collection.
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
See Also