Click or drag to resize

CPDFWidgetSetWidgetBorderStyle Method

Sets border style of the form, more: C_BORDER_STYLE

Namespace:  ComPDFKit.PDFAnnotation.Form
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public bool SetWidgetBorderStyle(
	C_BORDER_STYLE borderStyle
)

Parameters

borderStyle
Type: ComPDFKit.PDFAnnotationC_BORDER_STYLE
Border style

Return Value

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