Author Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Represents the author of the annotation. Default is an empty string.

Namespace: PDFTron.SilverDox.Documents.Annotations
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010

Syntax

C#
public string Author { get; set; }
Visual Basic
Public Property Author As String
	Get
	Set
Visual C++
public:
property String^ Author {
	String^ get ();
	void set (String^ value);
}

See Also