AnnotationBorderStyle Constructor (Double, AnnotationBorderType, BoxStyleDashPattern)

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,
	BoxStyleDashPattern dash
)

Parameters

width
Type: SystemDouble
The border width in points. If this value is 0, no border shall drawn. Default value: 1.
type
Type: Apitron.PDF.Kit.Interactive.AnnotationsAnnotationBorderType
The type.
dash
Type: Apitron.PDF.Kit.FixedLayout.PagePropertiesBoxStyleDashPattern
A dash array defining a pattern of dashes and gaps that shall beused in drawing a dashed border (border type is Dashed). The dash array shall be specified in the same format as in the line dash pattern parameter of the graphics state. The dash phase is not specified and shall be assumed to be 0. EXAMPLE A dash entry of [3 2] specifies a border drawn with 3-point dashes alternating with 2-point gaps.
See Also

Reference