Gets or sets the keywords.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public string Keywords { get; set; }
Public Property Keywords As String
	Get
	Set
public:
property String^ Keywords {
	String^ get ();
	void set (String^ value);
}
member Keywords : string with get, set

Property Value

String
The keywords.

See Also