Class PdfBorderDictionary
- Namespace
- iTextSharp.text.pdf
- Assembly
- iTextSharp.LGPLv2.Core.dll
A PdfBorderDictionary define the appearance of a Border (Annotations). @see PdfDictionary
public class PdfBorderDictionary : PdfDictionary
- Inheritance
-
PdfBorderDictionary
- Inherited Members
Constructors
PdfBorderDictionary(float, int)
public PdfBorderDictionary(float borderWidth, int borderStyle)
Parameters
PdfBorderDictionary(float, int, PdfDashPattern)
Constructs a PdfBorderDictionary .
public PdfBorderDictionary(float borderWidth, int borderStyle, PdfDashPattern dashes)
Parameters
borderWidth
floatborderStyle
intdashes
PdfDashPattern
Fields
STYLE_BEVELED
public const int STYLE_BEVELED = 2
Field Value
STYLE_DASHED
public const int STYLE_DASHED = 1
Field Value
STYLE_INSET
public const int STYLE_INSET = 3
Field Value
STYLE_SOLID
public const int STYLE_SOLID = 0
Field Value
STYLE_UNDERLINE
public const int STYLE_UNDERLINE = 4