Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Annotations Namespace / AnnotationBase Class / UserData Property

In This Topic
    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