 | PdfDocumentKeywords Property |
Keywords associated with the document.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic 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 */
public String get_Keywords()
/** @property */
public void set_Keywords(String value)
function get_Keywords();
function set_Keywords(value);
Property Value
String
See Also