BaseAnnotationContents Property |
Gets or sets the text contents of the annotation. How contents is used depends on the annotation type. For example
a
StickyNoteAnnotation will use
Contents to represent text the user has entered.
Namespace:
Atalasoft.PdfDoc.Generating.Annotations
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public virtual string Contents { get; set; }
Public Overridable Property Contents As String
Get
Set
Property Value
Type:
String
The text contents.
See Also