Skip to main content
Skip table of contents

PdfDashPattern

PdfDashPattern Public class

Diagram

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

Members

Methods

Public methods
ReturnsName
voidAdd(float n)
voidToPdf(PdfWriter writer, Stream os)

Details

Inheritance

Constructors

PdfDashPattern [1/4]

Source code

public PdfDashPattern()
PdfDashPattern [2/4]

Source code

public PdfDashPattern(float dash)
Arguments
TypeNameDescription
floatdash
PdfDashPattern [3/4]

Source code

public PdfDashPattern(float dash, float gap)
Arguments
TypeNameDescription
floatdash
floatgap
PdfDashPattern [4/4]

Source code

public PdfDashPattern(float dash, float gap, float phase)
Arguments
TypeNameDescription
floatdash
floatgap
floatphase

Methods

Add

Source code

public virtual void Add(float n)
Arguments
TypeNameDescription
floatn
ToPdf

Source code

public override void ToPdf(PdfWriter writer, Stream os)
Arguments
TypeNameDescription
PdfWriterwriter
Streamos

Generated with ModularDoc

JavaScript errors detected

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

If this problem persists, please contact our support.