Click or drag to resize

PdfLineDashPatterns Class

Represents a set of predefined PdfLineDashPatterns.
Inheritance Hierarchy
SystemObject
  SautinSoft.Pdf.ContentPdfLineDashPatterns

Namespace: SautinSoft.Pdf.Content
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.11.10
Syntax
public static class PdfLineDashPatterns

The PdfLineDashPatterns type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberDash Gets a line dash pattern with the following lengths of alternating dashes and gaps expressed in user space units: 8, 4.
Public fieldStatic memberDashDot Gets a line dash pattern with the following lengths of alternating dashes and gaps expressed in user space units: 8, 2, 2, 2.
Public fieldStatic memberDashDotDot 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 fieldStatic memberDot Gets a line dash pattern with the following lengths of alternating dashes and gaps expressed in user space units: 2.
Public fieldStatic memberSolid Gets a solid line dash pattern.
Top
See Also