GemBox.Pdf
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    PdfLineDashPatterns Class

    Namespace:
    GemBox.Pdf.Content
    Assembly:
    GemBox.Pdf.dll

    Represents a set of predefined PdfLineDashPatterns.

    • C#
    • VB.NET
    public static class PdfLineDashPatterns
    Public Module PdfLineDashPatterns
    Inheritance:
    System.Object
    PdfLineDashPatterns

    Fields

    Dash

    Gets a line dash pattern with the following lengths of alternating dashes and gaps expressed in user space units: 8, 4.

    • C#
    • VB.NET
    public static readonly PdfLineDashPattern Dash
    Public Shared ReadOnly Dash As PdfLineDashPattern
    Field Value
    PdfLineDashPattern

    DashDot

    Gets a line dash pattern with the following lengths of alternating dashes and gaps expressed in user space units: 8, 2, 2, 2.

    • C#
    • VB.NET
    public static readonly PdfLineDashPattern DashDot
    Public Shared ReadOnly DashDot As PdfLineDashPattern
    Field Value
    PdfLineDashPattern

    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.

    • C#
    • VB.NET
    public static readonly PdfLineDashPattern DashDotDot
    Public Shared ReadOnly DashDotDot As PdfLineDashPattern
    Field Value
    PdfLineDashPattern

    Dot

    Gets a line dash pattern with the following lengths of alternating dashes and gaps expressed in user space units: 2.

    • C#
    • VB.NET
    public static readonly PdfLineDashPattern Dot
    Public Shared ReadOnly Dot As PdfLineDashPattern
    Field Value
    PdfLineDashPattern

    Solid

    Gets a solid line dash pattern.

    • C#
    • VB.NET
    public static readonly PdfLineDashPattern Solid
    Public Shared ReadOnly Solid As PdfLineDashPattern
    Field Value
    PdfLineDashPattern
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.