Gets subject of the Markup Annotation.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntaxpublic string GetSubject()
Public Function GetSubject As String
public:
virtual String^ GetSubject() sealed
Return Value
Type:
String A string representing the subject of the Markup Annotation
Implements
IMarkupGetSubject
Remarks The subject is The Text representing a short description of
the subject being addressed by the annotation.
See Also