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.2.0.0 (2.2.0.0)
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