Click or drag to resize

PdfBorder Properties

The PdfBorder Class exposes the following properties.

Properties

Changes made to these properties will not affect the object represented by a PdfObject Class until the setProperties Method is called with a PdfObjectProperties Class parameter which has this object set as its border property.

NameDescriptionProperty Type
color Represents the color of border. String (Representing a color in hexadecimal format, e.g. #000000)
width Represents the border width in pixels. (Specify 0 for no border.) Integer
See Also