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