UserData Property (AnnotationBase)
In This Topic
Gets or sets arbitrary data associated with the current annotation.
Note that this data is runtime only and is not persisted in the PDF.
Syntax
'Declaration
Public Property UserData As System.Object
public System.object UserData {get; set;}
See Also