PdfInfo.Keywords Property

Gets or sets the keywords associated with the document.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public string Keywords { get; set; }
VB
Public Property Keywords As String
	Get
	Set

Property Value

Type: String
The keywords associated with the document.

Remarks

Default value: null.

See Also