PdfInfo.Keywords Method

PDF File Writer

PdfInfoKeywords Method

Sets keywords associated with the document

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public void Keywords(
	string Keywords
)

Parameters

Keywords
Type: SystemString
Keywords list
See Also