A Sandcastle Documented Class Library
A Sandcastle Documented Class Library
ComPDFKit.PDFAnnotation
CPDFCircleAnnotation Class
CPDFCircleAnnotation Methods
ClearBgColor Method
GetAnnotationBorderEffect Method
GetRotation Method
SetAnnotBorderEffect Method
SetBgColor Method
SetBorderStyle Method
SetLineColor Method
SetLineWidth Method
SetRotation Method
SetTransparency Method
CPDFCircleAnnotation
SetBorderStyle Method
Sets the border style.
Namespace:
ComPDFKit.PDFAnnotation
Assembly:
ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.1.0+b8a973db4fce43f68ed31640e557d7c5478d7f58
Syntax
C#
Copy
public
bool
SetBorderStyle
(
C_BORDER_STYLE
bs
,
float
[]
dash
)
Parameters
bs
Type:
ComPDFKit.PDFAnnotation
C_BORDER_STYLE
Border style
dash
Type:
System
Single
Sets the line dash array.
Return Value
Type:
Boolean
Returns true on success, false on failure
See Also
Reference
CPDFCircleAnnotation Class
ComPDFKit.PDFAnnotation Namespace