PDFDocInfoSetSubject Method |
Set the subject of the document.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetSubject(
string subject
)
Public Sub SetSubject (
subject As String
)
public:
virtual void SetSubject(
[InAttribute] String^ subject
) sealed
function SetSubject(subject);
Parameters
- subject
- Type: SystemString
The subject of the document.
See Also