XmpProperty.Description Property

Gets or sets the optional description for this XMP property.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public string Description { get; set; }
VB
Public Property Description As String
	Get
	Set

Property Value

Type: String
The optional description for this XMP property.

Remarks

An optional description can be provided for an XMP property. Such description is primarily useful for custom properties stored in a PDF/A compliant document.

See Also