PdfDocumentInfoKeywords Property |
Gets or sets keywords of the document.
Namespace:
Aspose.CAD.FileFormats.Pdf
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
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 Value
Type:
String
See Also