Add ink annotation to the current page of the doc.

 

   

Syntax
 

[C#]
InkAnnotation(Doc doc, XRect rect)

[Visual Basic]
InkAnnotation(doc As Doc, rect As XRect)

 

   

Params
 
Name Description
doc Doc
rect Annotation rectangle

 

   

Notes
 

Add ink annotation to the current page of the doc.

 

   

Example
 
None.