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