PdfPolygonAnnotation.Author Property

Gets or sets the annotation author.

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

Syntax

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

Property Value

Type: String
The identifier of the person who created the annotation.

Remarks

The author is displayed in the title bar of the annotation's pop-up window when the window is open and active.

See Also