Click or drag to resize

PdfInkAnnotation Constructor (List Int32 , String)

Initializes a new instance of the PdfInkAnnotation class

Namespace: Spire.Pdf.Annotations
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfInkAnnotation(
	List<int[]> inkList,
	string text
)

Parameters

inkList
Type: System.Collections.Generic List Int32
text
Type: System String
See Also