Click or drag to resize
Pdf Library for .NET

PdfDocumentTitle Property

Gets or sets the document title. For a tagged document (Tagged) this is written as the XMP dc:title and, together with the ViewerPreferences DisplayDocTitle flag, is required for PDF/UA conformance.

Namespace: SelectPdf
Assembly: Select.Pdf (in Select.Pdf.dll) Version: 26.3
Syntax
public string Title { get; set; }

Property Value

String
See Also