PdfLineDashPatterns Class
Represents a set of predefined PdfLineDashPatterns.
- Inheritance:
- System.ObjectPdfLineDashPatterns
Fields
Dash
Gets a line dash pattern with the following lengths of alternating dashes and gaps expressed in user space units: 8, 4.
public static readonly PdfLineDashPattern Dash
Public Shared ReadOnly Dash As PdfLineDashPattern
Field Value
DashDot
Gets a line dash pattern with the following lengths of alternating dashes and gaps expressed in user space units: 8, 2, 2, 2.
public static readonly PdfLineDashPattern DashDot
Public Shared ReadOnly DashDot As PdfLineDashPattern
Field Value
DashDotDot
Gets a line dash pattern with the following lengths of alternating dashes and gaps expressed in user space units: 6, 2, 2, 2, 2, 2.
public static readonly PdfLineDashPattern DashDotDot
Public Shared ReadOnly DashDotDot As PdfLineDashPattern
Field Value
Dot
Gets a line dash pattern with the following lengths of alternating dashes and gaps expressed in user space units: 2.
public static readonly PdfLineDashPattern Dot
Public Shared ReadOnly Dot As PdfLineDashPattern
Field Value
Solid
Gets a solid line dash pattern.
public static readonly PdfLineDashPattern Solid
Public Shared ReadOnly Solid As PdfLineDashPattern