AnnotationBorderStyle Constructor (Double, AnnotationBorderType)

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Initializes a new instance of the AnnotationBorderStyle class.

Namespace:  Apitron.PDF.Kit.Interactive.Annotations
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public AnnotationBorderStyle(
	double width,
	AnnotationBorderType type = AnnotationBorderType.Solid
)

Parameters

width
Type: SystemDouble
The border width in points. If this value is 0, no border shall drawn. Default value: 1.
type (Optional)
Type: Apitron.PDF.Kit.Interactive.AnnotationsAnnotationBorderType
The type.
See Also

Reference