PdfSaveOptions.DisplayDocTitle

PdfSaveOptions.DisplayDocTitle property

Indicates whether the window’s title bar should display the document title.

public bool DisplayDocTitle { get; set; }

Remarks

If false, the title bar should instead display the name of the PDF file. Default value is false.

See Also