Class PdfBorderArray
- Namespace
- iTextSharp.text.pdf
- Assembly
- iTextSharp.LGPLv2.Core.dll
A PdfBorderArray defines the border of a PdfAnnotation . @see PdfArray
public class PdfBorderArray : PdfArray
- Inheritance
-
PdfBorderArray
- Inherited Members
Constructors
PdfBorderArray(float, float, float)
constructors
public PdfBorderArray(float hRadius, float vRadius, float width)
Parameters
PdfBorderArray(float, float, float, PdfDashPattern)
Constructs a new PdfBorderArray .
public PdfBorderArray(float hRadius, float vRadius, float width, PdfDashPattern dash)
Parameters
hRadius
floatvRadius
floatwidth
floatdash
PdfDashPattern