Click or drag to resize

CPDFBorderEffector Constructor

Initializes a new instance of the CPDFBorderEffector class.

Namespace:  ComPDFKit.PDFAnnotation
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.1.0+b8a973db4fce43f68ed31640e557d7c5478d7f58
Syntax
C#
public CPDFBorderEffector(
	C_BORDER_TYPE borderType,
	C_BORDER_INTENSITY borderIntensity
)

Parameters

borderType
Type: ComPDFKit.PDFAnnotationC_BORDER_TYPE
The border effect type.
borderIntensity
Type: ComPDFKit.PDFAnnotationC_BORDER_INTENSITY
The border intensity.

Return Value

Type: 
The CPDFBorderEffector instance.
See Also