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:  RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.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