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

In This Topic
    Subject Property (MarkupAnnotation)
    In This Topic
    Gets or sets the text representing a short description of the subject being addressed by the annotation.
    Syntax
    'Declaration
     
    Public Property Subject As System.String
    public System.string Subject {get; set;}
    See Also