|
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: SelectPdfAssembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.3
Syntaxpublic string Title { get; set; }Public Property Title As String
Get
Set
Property Value
String
See Also