GroupDocsGists
10/24/2017 - 7:08 AM

GroupDocs.Viewer.JSParams.js

      $(function () {
             $('#viewerDiv').groupdocsViewer({
                 filePath: 'candy.pdf',
                 zoomToFitWidth: true,
                 showFolderBrowser: true,
                 ShowSearch:true,
                 showHeader: true,
                 showPaging: true,
                 showThumbnails: true,
                 BackgroundColor:'gray',
                 showZoom: true,
                 width: 850,
                 height: 1000,
                 IsPrintable: true,
                 useHtmlBasedEngine: false,
                 UseInnerThumbnails:true,
                 showDownload: true,
                 downloadPdfFile: true,
                 showPrint: true,
                 usePdfPrinting: true
             });
         });