PdfViewInfo constructor

init

Initializes new instance of PdfViewInfo class.

def __init__(self):
    ...

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

Constructs a new instance of PdfViewInfo

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

See Also