PdfFreeTextAnnotation.Author Property

Gets or sets the identifier of the person who added the annotation.

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 added the annotation.

See Also