file_name property

file_name property

The displayed archive file name.

By default, GroupDocs.Viewer displays the archive file name in the header of each page. To change or hide this name, set this property.

For more information and code example, see the documentation.

Definition:

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

See Also