Initializes a new instance of the PdfBorderArray class
Namespace: iTextSharp.text.pdfAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public PdfBorderArray( float hRadius, float vRadius, float width, PdfDashPattern dash ) |
Visual Basic |
---|
Public Sub New ( _ hRadius As Single, _ vRadius As Single, _ width As Single, _ dash As PdfDashPattern _ ) |
Visual C++ |
---|
public: PdfBorderArray( float hRadius, float vRadius, float width, PdfDashPattern^ dash ) |
Parameters
- hRadius
- Type: System..::..Single
- vRadius
- Type: System..::..Single
- width
- Type: System..::..Single
- dash
- Type: iTextSharp.text.pdf..::..PdfDashPattern