UNPKG

@progress/telerik-common-report-viewer

Version:

Common code for Progress® Telerik® Report Viewer

14 lines (13 loc) 341 B
export declare class PrintManager { private hasPdfPlugin; private isMobile; private iframe; constructor(); private detectPdfSupport; destroy(): void; private printDesktop; private printViaDownload; private printMobile; print(src: string, filename: string): void; getDirectPrintState(): boolean; }