PdfViewInfo

PdfViewInfo()

Initializes new instance of PdfViewInfo class.

public PdfViewInfo()

See Also


PdfViewInfo(FileType, List<Page>, bool)

Initializes new instance of PdfViewInfo class.

public PdfViewInfo(FileType fileType, List<Page> pages, bool printingAllowed)
Parameter Type Description
fileType FileType The type of the file.
pages List`1 The list of pages to view.
printingAllowed Boolean The printing permission indicator.

Exceptions

exception condition
ArgumentNullException Thrown when pages is null.

See Also