PdfBrush Class

Class that encapsulates properties of a PdfCanvas related to non-stroking operations.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.PdfBrush

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public sealed class PdfBrush
VB
Public NotInheritable Class PdfBrush

The PdfBrush type exposes the following members.

Properties

  NameDescription
Public propertyColor
Gets or sets the color to be used for filling and all other non-stroking painting operations.
Public propertyOpacity
(PDF 1.4) Gets or sets the current opacity value in percent to be used for filling and all other non-stroking operations.
Public propertyPattern
Gets or sets the pattern to be used for filling and all other non-stroking painting operations.

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString
Returns a String that represents this instance.
(Overrides Object.ToString().)

See Also