Click or drag to resize

PdfInkAnnotation Constructor (List Int32 )

Initialize a new instance.

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
)

Parameters

inkList
Type: System.Collections.Generic List Int32
annotation points position The annotation points position, defining the location of the annotation on the page in default user space units.
See Also