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

In This Topic
    Contents Property (AnnotationBase)
    In This Topic
    Gets or sets the text to be displayed for the annotation or, if this type of annotation does not display text, an alternate description of the annotation’s contents in human-readable form. In either case, this text is useful when extracting the document’s contents in support of accessibility to users with disabilities or for other purposes.
    Syntax
    'Declaration
     
    Public Property Contents As System.String
    public System.string Contents {get; set;}
    See Also