HtmlToPdfClientsetDocSubject Method |
Set the subject of the PDF document.
Namespace:
SelectPdf.Api
Assembly:
SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax public HtmlToPdfClient setDocSubject(
string docSubject
)
Public Function setDocSubject (
docSubject As String
) As HtmlToPdfClient
Parameters
- docSubject
- Type: SystemString
Document subject.
Return Value
Type:
HtmlToPdfClientReference to the current object.
See Also