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.
12 lines (11 loc) • 447 B
TypeScript
import { PDFNotificationService } from './../../../pdf-notification-service';
import { UpdateUIStateEvent } from '../../../events/update-ui-state-event';
export declare class PdfFirstPageComponent {
private notificationService;
disableFirstPage: boolean;
private button;
constructor(notificationService: PDFNotificationService);
firstPage(): void;
onPdfJsInit(): void;
updateUIState(event: UpdateUIStateEvent): void;
}