Click or drag to resize

PdfAnnotationDataText Property

Gets or sets the text for the annotation.

Namespace:  Atalasoft.Annotate.Pdf
Assembly:  Atalasoft.dotImage.PdfDoc.Bridge (in Atalasoft.dotImage.PdfDoc.Bridge.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public string Text { get; set; }

Property Value

Type: String
The text for the annotation.
Remarks
This text is displayed in tooltips and as the PdfLineAnnotation's caption. The default popup dialog does not update this value until the dialog has been closed.
See Also