iText 5

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

Type

Name

Description

float

hRadius

float

vRadius

float

width

PdfBorderArray [2/2]

Source code

public PdfBorderArray(float hRadius, float vRadius, float width, PdfDashPattern dash)

Arguments

Type

Name

Description

float

hRadius

float

vRadius

float

width

PdfDashPattern

dash

Generated with ModularDoc