Namespace: GroupDocs.Viewer.ResultsAssembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.5
Syntaxpublic PdfViewInfo(
FileType fileType,
IList<Page> pages,
bool printingAllowed
)
Public Sub New (
fileType As FileType,
pages As IList(Of Page),
printingAllowed As Boolean
)
public:
PdfViewInfo(
FileType^ fileType,
IList<Page^>^ pages,
bool printingAllowed
)
new :
fileType : FileType *
pages : IList<Page> *
printingAllowed : bool -> PdfViewInfo
Parameters
- fileType
- Type: GroupDocs.ViewerFileType
The type of the file. - pages
- Type: System.Collections.GenericIListPage
The list of pages to view. - printingAllowed
- Type: SystemBoolean
The printing permission indicator.
ExceptionsException | Condition |
---|
ArgumentNullException | Thrown when pages is null. |
See Also