PdfViewInfo

PdfViewInfo()

Initierar ny instans avPdfViewInfo class.

public PdfViewInfo()

Se även


PdfViewInfo(FileType, List<Page>, bool)

Initierar ny instans avPdfViewInfo class.

public PdfViewInfo(FileType fileType, List<Page> pages, bool printingAllowed)
Parameter Typ Beskrivning
fileType FileType Typen av fil.
pages List`1 Listan över sidor att visa.
printingAllowed Boolean Indikatorn för utskriftstillstånd.

Undantag

undantag skick
ArgumentNullException Kastas närpages är inget.

Se även