PdfMergeClientsetDocTitle Method |
Set the PDF document title.
Namespace:
SelectPdf.Api
Assembly:
SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax public PdfMergeClient setDocTitle(
string docTitle
)
Public Function setDocTitle (
docTitle As String
) As PdfMergeClient
Parameters
- docTitle
- Type: SystemString
Document title.
Return Value
Type:
PdfMergeClientReference to the current object.
See Also