ArchiveViewInfo

ArchiveViewInfo class

Represents view information for archive file.

public class ArchiveViewInfo : ViewInfo

Constructors

Name Description
ArchiveViewInfo() Initializes new instance of ArchiveViewInfo class.
ArchiveViewInfo(FileType, List<Page>, List<string>) Initializes new instance of ArchiveViewInfo class.

Properties

Name Description
FileType { get; set; } The type of the file.
Folders { get; set; } The folders contained by the archive file.
Pages { get; set; } The list of pages to view.

Methods

Name Description
override ToString() Returns a string that represents the current object.

See Also