Documents for PDF, .NET Edition Documentation
Contents Property

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf.Annotations Namespace > AnnotationBase Class : Contents Property
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

Reference

AnnotationBase Class
AnnotationBase Members