Click or drag to resize
Pdf Library for .NET

HtmlToPdfOptionsTitle Property

The document title recorded in the metadata of a tagged PDF (see Tagged). When not set, the converter uses the HTML document title. A title is required for an accessible PDF and is shown by viewers when DisplayDocTitle is honored.

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

Property Value

String
See Also