ArchiveViewInfo
ArchiveViewInfo()
Initializes new instance of ArchiveViewInfo
class.
public ArchiveViewInfo()
See Also
- class ArchiveViewInfo
- namespace GroupDocs.Viewer.Results
- assembly GroupDocs.Viewer
ArchiveViewInfo(FileType, List<Page>, List<string>)
Initializes new instance of ArchiveViewInfo
class.
public ArchiveViewInfo(FileType fileType, List<Page> pages, List<string> folders)
Parameter | Type | Description |
---|---|---|
fileType | FileType | The type of the file. |
pages | List`1 | The list of pages to view. |
folders | List`1 | The list of folders contained by the archive file. |
Exceptions
exception | condition |
---|---|
ArgumentNullException | Thrown when fileType is null. |
ArgumentNullException | Thrown when pages is null. |
ArgumentNullException | Thrown when folders is null. |
See Also
- class FileType
- class Page
- class ArchiveViewInfo
- namespace GroupDocs.Viewer.Results
- assembly GroupDocs.Viewer