Click or drag to resize

CPDFSignatureWidgetUpdateApWithInk Method

Namespace:  ComPDFKit.PDFAnnotation.Form
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
C#
public bool UpdateApWithInk(
	List<List<CPoint>> inkPath,
	string color,
	int rotation
)

Parameters

inkPath
Type: System.Collections.GenericListListCPoint
color
Type: SystemString
rotation
Type: SystemInt32

Return Value

Type: Boolean
See Also