PdfMergeClientsetDocAuthor 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 PdfMergeClient setDocAuthor(
string docAuthor
)
Public Function setDocAuthor (
docAuthor As String
) As PdfMergeClient
Parameters
- docAuthor
- Type: SystemString
Document author.
Return Value
Type:
PdfMergeClientReference to the current object.
See Also