DocumentInfo constructor

init

Initializes new instance of DocumentInfo class.

def __init__(self, file_type, pages, size):
    ...
Parameter Type Description
file_type FileType The type of the file.
pages list The list of pages to view.
size int The size of the file.

Exceptions

Exception Description
ArgumentNullException Thrown when file_type is null.
ArgumentNullException Thrown when pages is null.

See Also