ngx-extended-pdf-viewer
Version:
Embedding PDF files in your Angular application. Highly configurable viewer including the toolbar, sidebar, and all the features you're used to.
18 lines (17 loc) • 924 B
TypeScript
import { ScrollModeType } from '../../options/pdf-viewer';
import { SpreadType } from '../../options/spread-type';
import { PDFNotificationService } from '../../pdf-notification-service';
import { ResponsiveVisibility } from '../../responsive-visibility';
import * as i0 from "@angular/core";
export declare class PdfEvenSpreadComponent {
private notificationService;
show: ResponsiveVisibility;
spread: SpreadType;
scrollMode: ScrollModeType;
private PDFViewerApplication;
constructor(notificationService: PDFNotificationService);
onPdfJsInit(): void;
onClick(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<PdfEvenSpreadComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<PdfEvenSpreadComponent, "pdf-even-spread", never, { "show": { "alias": "show"; "required": false; }; "scrollMode": { "alias": "scrollMode"; "required": false; }; }, {}, never, never, false, never>;
}