PdfDashPattern Class

Class for a line dash pattern. The line dash pattern controls the pattern of dashes and gaps used to stroke paths.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.PdfDashPattern

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

Syntax

C#
public sealed class PdfDashPattern
VB
Public NotInheritable Class PdfDashPattern

The PdfDashPattern type exposes the following members.

Constructors

  NameDescription
Public methodPdfDashPattern()
Initializes a new empty instance of the PdfDashPattern class.
Public methodPdfDashPattern(Double[])
Initializes a new instance of the PdfDashPattern class.
Public methodPdfDashPattern(Single[])
Initializes a new instance of the PdfDashPattern class.
Public methodPdfDashPattern(Double[], Double)
Initializes a new instance of the PdfDashPattern class.
Public methodPdfDashPattern(Single[], Single)
Initializes a new instance of the PdfDashPattern class.

Properties

  NameDescription
Public propertyOffset
Gets the distance from the start of a line to the beginning of the dash pattern.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to this instance.
(Overrides Object.Equals(Object).)
Public methodGetHashCode
Returns a hash code for this instance.
(Overrides Object.GetHashCode().)
Public methodGetPattern
Gets the pattern (the array of numbers that specifies the lengths of alternating dashes and gaps).
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)

Operators

  NameDescription
Public operatorStatic memberEquality
Determines whether the two specified PdfDashPattern objects are identical.
Public operatorStatic memberInequality
Determines whether the two specified PdfDashPattern objects are not identical.

See Also