Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Annotations Namespace / MarkupAnnotation Class / UserName Property

In This Topic
    UserName Property (MarkupAnnotation)
    In This Topic
    Gets or sets the text label to be displayed in the title bar of the annotation’s pop-up window when open and active. By convention, this entry identifies the user who added the annotation.
    Syntax
    'Declaration
     
    Public Property UserName As System.String
    public System.string UserName {get; set;}
    See Also