MboxViewInfo constructor

init

Initializes new instance of MboxViewInfo class.

def __init__(self):
    ...

init {#groupdocs.viewer.FileType-System.Collections.Generic.List`1[[GroupDocs.Viewer.Results.Page]]-int}

Constructs a new instance of MboxViewInfo

def __init__(self, file_type, pages, notes_count):
    ...
Parameter Type Description
file_type groupdocs.viewer.FileType
pages System.Collections.Generic.List`1[[GroupDocs.Viewer.Results.Page]]
notes_count int

See Also