Table of Contents

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

borderWidth float
borderStyle int

PdfBorderDictionary(float, int, PdfDashPattern)

Constructs a PdfBorderDictionary .

public PdfBorderDictionary(float borderWidth, int borderStyle, PdfDashPattern dashes)

Parameters

borderWidth float
borderStyle int
dashes PdfDashPattern

Fields

STYLE_BEVELED

public const int STYLE_BEVELED = 2

Field Value

int

STYLE_DASHED

public const int STYLE_DASHED = 1

Field Value

int

STYLE_INSET

public const int STYLE_INSET = 3

Field Value

int

STYLE_SOLID

public const int STYLE_SOLID = 0

Field Value

int

STYLE_UNDERLINE

public const int STYLE_UNDERLINE = 4

Field Value

int