ViewInfo constructor

init

Initializes new instance of ViewInfo class.

def __init__(self):
    ...

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

Constructs a new instance of ViewInfo

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

See Also