Click or drag to resize

AnnotBorderStyle Constructor (AnnotBorderStyleStyle, Double)

Creates a new border style with given parameters.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public AnnotBorderStyle(
	AnnotBorderStyleStyle s,
	double b_width
)

Parameters

s
Type: pdftron.PDFAnnotBorderStyleStyle
The border style.
b_width
Type: SystemDouble
The border width expressed in the default user space.
See Also