ArchiveOptionsFileName Property |
The filename to display in the header.
By default the name of the source file is displayed.
Namespace: GroupDocs.Viewer.OptionsAssembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.5
Syntaxpublic FileName FileName { get; set; }
Public Property FileName As FileName
Get
Set
public:
property FileName^ FileName {
FileName^ get ();
void set (FileName^ value);
}
member FileName : FileName with get, set
Property Value
Type:
FileName
See Also