AnnotationContents Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets or sets the contents. Text that shall 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.

Namespace:  Apitron.PDF.Kit.Interactive.Annotations
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public virtual string Contents { get; set; }

Property Value

Type: String
The contents.
See Also

Reference