Skip to main content
Skip table of contents

LineDashPattern (1)

LineDashPattern Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph iTextSharp.text.pdf.parser
  iTextSharp.text.pdf.parser.LineDashPattern[[LineDashPattern]]
  end

Members

Properties

Public properties
TypeNameMethods
PdfArrayDashArrayget, set
floatDashPhaseget, set

Methods

Public methods
ReturnsName
boolIsSolid()
DashArrayElemNext()
voidReset()

Details

Nested types

Classes
  • DashArrayElem

Constructors

LineDashPattern

Source code

public LineDashPattern(PdfArray dashArray, float dashPhase)
Arguments
TypeNameDescription
PdfArraydashArray
floatdashPhase

Methods

Next

Source code

public DashArrayElem Next()
IsSolid

Source code

public bool IsSolid()
Reset

Source code

public void Reset()

Properties

DashArray
public PdfArray DashArray { get; set; }
DashPhase
public float DashPhase { get; set; }

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.