Aspose::Words::Saving::PdfSaveOptions::get_DisplayDocTitle method

PdfSaveOptions::get_DisplayDocTitle method

A flag specifying whether the window’s title bar should display the document title taken from the Title entry of the document information dictionary.

bool Aspose::Words::Saving::PdfSaveOptions::get_DisplayDocTitle() const

Remarks

If false, the title bar should instead display the name of the PDF file containing the document.

This flag is required by PDF/UA compliance. true value will be used automatically when saving to PDF/UA.

The default value is false.

See Also