Skip to main content
All docs
V24.1

DublinCoreProperties.Title Property

Gets the value for the dc:Title attribute.

Namespace: DevExpress.Pdf.Xmp

Assembly: DevExpress.Pdf.v24.1.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public XmpLanguageAlternative Title { get; }

Property Value

Type Description
XmpLanguageAlternative

The document title or name in different languages.

See Also