PdfMarker Class

Describes how lines and borders of certain widgets and controls should be drawn. The following classes make use of this one: PdfEllipseAnnotation, PdfInkAnnotation, PdfPolygonAnnotation, PdfPolylineAnnotation, PdfRectangleAnnotation.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.PdfMarker

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

Syntax

C#
public sealed class PdfMarker
VB
Public NotInheritable Class PdfMarker

The PdfMarker type exposes the following members.

Properties

  NameDescription
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.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)

See Also