Gets or sets the array of textual descriptions of the content of the
document in different languages.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public XmpArray Descriptions { get; set; }
VB
Public Property Descriptions As XmpArray
Get
Set
Property Value
Type:
XmpArray
The array of textual descriptions of the content of the
document in different languages.
See Also