Click or drag to resize

CPDFLineAnnotationSetBorderStyle Method

Sets border style.

Namespace:  ComPDFKit.PDFAnnotation
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public bool SetBorderStyle(
	C_BORDER_STYLE bs,
	float[] dash
)

Parameters

bs
Type: ComPDFKit.PDFAnnotationC_BORDER_STYLE
Line style
dash
Type: SystemSingle
Sets the line dash array

Return Value

Type: Boolean
Returns true on success, false on failure
See Also