Sets subject of the Markup Annotation.
(Optional; PDF 1.5 )
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax void SetSubject(
string subj
)
Sub SetSubject (
subj As String
)
void SetSubject(
[InAttribute] String^ subj
)
function SetSubject(subj);
Parameters
- subj
- Type: SystemString
the new subject
Remarks The subject is The Text representing a short description of
the subject being addressed by the annotation.
See Also