StrikeOutSetSubject Method |
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 public void SetSubject(
string subj
)
Public Sub SetSubject (
subj As String
)
public:
virtual void SetSubject(
[InAttribute] String^ subj
) sealed
function SetSubject(subj);
Parameters
- subj
- Type: SystemString
the new subject
Implements
IMarkupSetSubject(String)Remarks The subject is The Text representing a short description of
the subject being addressed by the annotation.
See Also