PdfDocumentInfoKeywords Property |
Gets or sets keywords of the document.
Namespace: Aspose.Imaging.FileFormats.PdfAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 21.04
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