[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Annotations.AnnotationBase.UserData

UserData Property

UserData

Gets or sets arbitrary data associated with the current annotation.

Note that this data is runtime only and is not persisted in the PDF.

Declaration
public object UserData { get; set; }
Public Property UserData As Object