PdfTextAnnotation.Title Property

Gets or sets the annotation title.

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

Syntax

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

Property Value

Type: String
The text label that is displayed in the title bar of the annotation's pop-up window when open and active. The title shall identify the user who added the annotation.

See Also