display_doc_title property

display_doc_title property

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

Remarks

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

Definition:

@property
def display_doc_title(self):
    ...
@display_doc_title.setter
def display_doc_title(self, value):
    ...

See Also