DocumentInfo

DocumentInfo constructor

Initializes new instance of DocumentInfo class.

public DocumentInfo(FileType fileType, IPageInfo[] pages, long size)
Parameter Type Description
fileType FileType The type of the file.
pages IPageInfo[] The list of pages to view.
size Int64 The size of the file.

Exceptions

exception condition
ArgumentNullException Thrown when fileType is null.
ArgumentNullException Thrown when pages is null.

See Also