ArchiveViewInfo Class
Represents view information for archive file.
Inheritance Hierarchy
SystemObject
  GroupDocs.Viewer.ResultsViewInfo
    GroupDocs.Viewer.ResultsArchiveViewInfo

Namespace: GroupDocs.Viewer.Results
Assembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.9
Syntax
[SerializableAttribute]
public class ArchiveViewInfo : ViewInfo

The ArchiveViewInfo type exposes the following members.

Constructors
  NameDescription
Public methodArchiveViewInfo
Initializes new instance of ArchiveViewInfo class.
Properties
  NameDescription
Public propertyFileType
The type of the file.
(Inherited from ViewInfo.)
Public propertyFolders
The folders contained by the archive file.
Public propertyPages
The list of pages to view.
(Inherited from ViewInfo.)
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
Returns a string that represents the current object.
(Inherited from ViewInfo.)
See Also