Click or drag to resize

InkSetSubject 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
)

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