Subject Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Represents the subject of the annotation. Default is the annotation's type.

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

Syntax

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

See Also