TextMarkupGetSubject Method |
Gets subject of the Markup Annotation.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public 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
IMarkupGetSubjectRemarks The subject is The Text representing a short description of
the subject being addressed by the annotation.
See Also