ArchiveOptions Class
Provides options for rendering archive files.
Inheritance Hierarchy
SystemObject
  GroupDocs.Viewer.OptionsArchiveOptions

Namespace: GroupDocs.Viewer.Options
Assembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.9
Syntax
public class ArchiveOptions

The ArchiveOptions type exposes the following members.

Constructors
  NameDescription
Public methodArchiveOptions
Initializes new instance of ArchiveOptions class.
Properties
  NameDescription
Public propertyFileName
The filename to display in the header. By default the name of the source file is displayed.
Public propertyFolder
The folder inside the archive to be rendered.
Public propertyItemsPerPage
Number of records per page (for rendering to HTML only)
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also