PdfBorderDictionary Public class
Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph iTextSharp.text.pdf
iTextSharp.text.pdf.PdfBorderDictionary[[PdfBorderDictionary]]
iTextSharp.text.pdf.PdfDictionary[[PdfDictionary]]
end
iTextSharp.text.pdf.PdfDictionary --> iTextSharp.text.pdf.PdfBorderDictionary
Details
Inheritance
Constructors
PdfBorderDictionary [1/2]
Source code
public PdfBorderDictionary(float borderWidth, int borderStyle, PdfDashPattern dashes)
Arguments
PdfBorderDictionary [2/2]
Source code
public PdfBorderDictionary(float borderWidth, int borderStyle)
Arguments
Type | Name | Description |
---|
float | borderWidth | |
int | borderStyle | |
Generated with ModularDoc