Click or drag to resize

PdfBlend Class

Implements blend brush setting and functions.
Inheritance Hierarchy
System Object
Spire.Pdf.Graphics PdfBlendBase
Spire.Pdf.Graphics PdfBlend

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public sealed class PdfBlend : PdfBlendBase

The PdfBlend type exposes the following members.

Constructors
Name Description
Public method PdfBlend
Initializes a new instance of theclass.
Public method PdfBlend(Int32)
Initializes a new instance of theclass.
Top
Properties
Name Description
Public property Factors
Gets or sets the factors array.
Public property Positions
Gets or sets the positions array.
(Inherited from PdfBlendBase .)
Top
Methods
Name Description
Public method Equals
Determines whether the specified object is equal to the current object.
(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 .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
See Also