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 XmpString Keywords { get; set; }
VB
Public Property Keywords As XmpString
Get
Set
Property Value
Type:
XmpStringThe keywords associated with the document or
null if there is
no value set for this property.
See Also