PdfRectangleAnnotation.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 annotation's pop-up window is open.

See Also