PdfAnnotationText 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; }
Public Property Text As String
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