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

In This Topic
    Name Property (AnnotationBase)
    In This Topic
    Gets or sets the annotation name, a text string uniquely identifying it among all annotations on its page.
    Syntax
    'Declaration
     
    Public Property Name As System.String
    public System.string Name {get; set;}
    See Also