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
)
Public Sub New (
s As AnnotBorderStyleStyle,
b_width As Double
)
public:
AnnotBorderStyle(
[InAttribute] AnnotBorderStyleStyle s,
[InAttribute] double b_width
)
pdftron.PDF.AnnotBorderStyle = function(s, 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