UNPKG
@grapecity-software/gcdocs.pdfviewer
Version:
latest (9.1.3)
9.1.3
9.1.2
9.1.1
9.1.0
9.0.4
9.0.3
9.0.2
9.0.1
8.2.2
8.2.1
8.2.0
8.1.5
8.1.4
8.1.3
8.0.6
8.0.5
8.0.4
8.0.3
8.0.1
8.0.0
7.2.5
7.2.4
7.2.3
7.2.2
7.2.1
7.2.0
7.1.4
7.1.3
7.1.2
7.1.1
7.1.0
GcDocs PDF Viewer
www.grapecity.com.cn/developer/grapecitydocuments/pdf
@grapecity-software/gcdocs.pdfviewer
/
typings
/
Print
/
GcPdfPrintService.d.ts
8 lines
(7 loc)
•
217 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
declare
class
GcPdfPrintService
{
private
readonly
_viewer;
private
readonly
_docViewer;
constructor
(
_viewer
:
any
,
_docViewer
:
any
);
print
():
void
;
printWithProgressDialog
():
void
; }