WpfPdfAnnotationText Property |
Gets or sets the text for the annotation.
Namespace:
Atalasoft.Annotate.Wpf.Pdf
Assembly:
Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.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:
StringThe text for the annotation.
Remarks This text is displayed in tooltips and as the WpfPdfLineAnnotation's caption. The default popup dialog does not update this value until the dialog has been closed.
See Also