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