Skip to main content
Skip table of contents

PdfBorderArray

PdfBorderArray Public class

Diagram

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

Details

Inheritance

Constructors

PdfBorderArray [1/2]

Source code

public PdfBorderArray(float hRadius, float vRadius, float width)
Arguments
TypeNameDescription
floathRadius
floatvRadius
floatwidth
PdfBorderArray [2/2]

Source code

public PdfBorderArray(float hRadius, float vRadius, float width, PdfDashPattern dash)
Arguments
TypeNameDescription
floathRadius
floatvRadius
floatwidth
PdfDashPatterndash

Generated with ModularDoc

JavaScript errors detected

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

If this problem persists, please contact our support.