PdfInkAnnotation Constructor (List
Int32
, String)
|
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
)
Public Sub New (
inkList As List(Of Integer()),
text As String
)
public:
PdfInkAnnotation(
List<array<int>^>^ inkList,
String^ text
)
new :
inkList : List<int[]> *
text : string -> PdfInkAnnotation
Parameters
-
inkList
-
Type:
System.Collections.Generic
List
Int32
-
text
-
Type:
System
String
See Also