LotusNotesViewInfo Constructor |
Namespace: GroupDocs.Viewer.ResultsAssembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.5
Syntaxpublic LotusNotesViewInfo(
FileType fileType,
IList<Page> pages,
int notesCount
)
Public Sub New (
fileType As FileType,
pages As IList(Of Page),
notesCount As Integer
)
public:
LotusNotesViewInfo(
FileType^ fileType,
IList<Page^>^ pages,
int notesCount
)
new :
fileType : FileType *
pages : IList<Page> *
notesCount : int -> LotusNotesViewInfo
Parameters
- fileType
- Type: GroupDocs.ViewerFileType
The type of the file. - pages
- Type: System.Collections.GenericIListPage
The list of pages to view. - notesCount
- Type: SystemInt32
The notes count contained by the Lotus database storage file.
ExceptionsException | Condition |
---|
ArgumentNullException | Thrown when fileType is null. |
ArgumentNullException | Thrown when pages is null. |
ArgumentNullException | Thrown when notesCount is null. |
See Also