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 DashPublic Shared ReadOnly Dash As PdfLineDashPatternField 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 DashDotPublic Shared ReadOnly DashDot As PdfLineDashPatternField 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 DashDotDotPublic Shared ReadOnly DashDotDot As PdfLineDashPatternField 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 DotPublic Shared ReadOnly Dot As PdfLineDashPatternField Value
Solid
Gets a solid line dash pattern.
public static readonly PdfLineDashPattern SolidPublic Shared ReadOnly Solid As PdfLineDashPattern