@mescius/dspdfviewer
Version:
Document Solutions PDF Viewer
14 lines (13 loc) • 439 B
TypeScript
import { GcPdfViewer } from "./GcPdfViewer";
/**
* Document Solutions PDF Viewer (DsPdfViewer) is a fast JavaScript based client-side PDF Viewer that runs in all major browsers.
* @example
* ```javascript
* var viewer = new DsPdfViewer("#root");
* viewer.addDefaultPanels();
* ```
**/
export declare class DsPdfViewer extends GcPdfViewer {
static get LicenseKey(): string;
static set LicenseKey(val: string);
}