PdfTextMarkupAnnotation.Contents Property

Gets or sets the annotation contents.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public string Contents { get; set; }
VB
Public Property Contents As String
	Get
	Set

Property Value

Type: String
The text that is displayed when the pop-up window is opened.

See Also