Click or drag to resize

PdfLineDashPattern Structure

The line dash pattern controls the pattern of dashes and gaps used to stroke paths.
Inheritance Hierarchy
SystemObject
  SystemValueType
    SautinSoft.Pdf.ContentPdfLineDashPattern

Namespace: SautinSoft.Pdf.Content
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.11.10
Syntax
public struct PdfLineDashPattern : IEquatable<PdfLineDashPattern>

The PdfLineDashPattern type exposes the following members.

Constructors
 NameDescription
Public methodPdfLineDashPattern Initializes a new instance of the PdfLineDashPattern structure.
Top
Properties
 NameDescription
Public propertyArray Gets the numbers that specify the lengths of alternating dashes and gaps expressed in user space units; the numbers shall be nonnegative and not all zero.
Public propertyPhase Gets the distance into the dash pattern at which to start the dash expressed in user space units.
Top
Methods
 NameDescription
Public methodEquals(Object) Determines whether the specified Object is equal to this PdfLineDashPattern instance.
(Overrides ValueTypeEquals(Object))
Public methodEquals(PdfLineDashPattern) Determines whether the other PdfLineDashPattern is equal to this PdfLineDashPattern instance.
Public methodGetHashCode Returns a hash code for this PdfLineDashPattern instance.
(Overrides ValueTypeGetHashCode)
Public methodToString Returns a String that represents this PdfLineDashPattern instance.
(Overrides ValueTypeToString)
Top
Operators
 NameDescription
Public operatorStatic memberEquality(PdfLineDashPattern, PdfLineDashPattern) Determines whether first and second PdfLineDashPatterns are equal.
Public operatorStatic memberInequality(PdfLineDashPattern, PdfLineDashPattern) Determines whether first and second PdfLineDashPatterns are not equal.
Top
See Also