PdfBrushInfo Class

Class that encapsulates properties related to non-stroking operations.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.PdfBrushInfo

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

Syntax

C#
public sealed class PdfBrushInfo
VB
Public NotInheritable Class PdfBrushInfo

The PdfBrushInfo type exposes the following members.

Properties

  NameDescription
Public propertyColor
Gets the color to be used for filling and all other non-stroking painting operations.
Public propertyOpacity
Gets the current opacity value in percent to be used for filling and all other non-stroking operations.
Public propertyPattern
Gets 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