XmpPdfSchema.Title Property

Gets or sets the title of the document.

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

Syntax

C#
public XmpString Title { get; set; }
VB
Public Property Title As XmpString
	Get
	Set

Property Value

Type: XmpString
The title of the document or null if there is no value set for this property.

See Also