Click or drag to resize

PdfBorder Constructor

Create an instance of a PDF border object for use with a PdfObject.

Namespace:  RadPdf.Data.Document.Common
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public PdfBorder(
	int width,
	PdfBorderStyle style,
	PdfColor color
)

Parameters

width
Type: SystemInt32
Width of border
style
Type: RadPdf.Data.Document.CommonPdfBorderStyle
Style of border
color
Type: RadPdf.Data.Document.CommonPdfColor
Color of border
See Also