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
)
Public Sub New (
inkList As List(Of Integer())
)
public:
PdfInkAnnotation(
List<array<int>^>^ inkList
)
new :
inkList : List<int[]> -> PdfInkAnnotation
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