PdfColoredMarker Class

Describes color, width, style, and dash pattern of lines and borders for certain widgets and controls. The following classes make use of this one: PdfActionArea, PdfControl, PdfFreeTextAnnotation.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.PdfColoredMarker

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

Syntax

C#
public class PdfColoredMarker
VB
Public Class PdfColoredMarker

The PdfColoredMarker type exposes the following members.

Properties

  NameDescription
Public propertyColor
Gets or sets the color of the marker.
Public propertyDashPattern
Gets or sets the marker dash pattern.
Public propertyStyle
Gets or sets the marker line style.
Public propertyWidth
Gets or sets the marker line width in points.

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)

See Also