PdfViewInfo
PdfViewInfo()
Initializes new instance of PdfViewInfo
class.
public PdfViewInfo()
See Also
- class PdfViewInfo
- namespace GroupDocs.Viewer.Results
- assembly GroupDocs.Viewer
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
- class FileType
- class Page
- class PdfViewInfo
- namespace GroupDocs.Viewer.Results
- assembly GroupDocs.Viewer