Click or drag to resize
PdfRendererOptionsAddKeyword Method
Adds a keyword to the PDF document.

Namespace: Kettic.AspNet.Controls.Toolkit.Apoc.Render.Pdf
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public void AddKeyword(
	string keyword
)

Parameters

keyword
Type: SystemString
The keyword to be added.
Remarks
Keywords are embedded in the PDF information dictionary.
See Also