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.
25 lines (24 loc) • 1.71 kB
TypeScript
import { TemplateRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class PdfFindbarComponent {
showFindButton: boolean;
mobileFriendlyZoomScale: number;
findbarLeft: string | undefined;
findbarTop: string | undefined;
customFindbarInputArea: TemplateRef<any> | undefined;
customFindbar: TemplateRef<any>;
customFindbarButtons: TemplateRef<any> | undefined;
showFindHighlightAll: boolean;
showFindMatchCase: boolean;
showFindCurrentPageOnly: boolean;
showFindPageRange: boolean;
showFindEntireWord: boolean;
showFindEntirePhrase: boolean;
showFindIgnoreAccents: boolean;
showFindFuzzySearch: boolean;
showFindResultsCount: boolean;
showFindMessages: boolean;
pdfJsVersion: string;
static ɵfac: i0.ɵɵFactoryDeclaration<PdfFindbarComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<PdfFindbarComponent, "pdf-findbar", never, { "showFindButton": "showFindButton"; "mobileFriendlyZoomScale": "mobileFriendlyZoomScale"; "findbarLeft": "findbarLeft"; "findbarTop": "findbarTop"; "customFindbarInputArea": "customFindbarInputArea"; "customFindbar": "customFindbar"; "customFindbarButtons": "customFindbarButtons"; "showFindHighlightAll": "showFindHighlightAll"; "showFindMatchCase": "showFindMatchCase"; "showFindCurrentPageOnly": "showFindCurrentPageOnly"; "showFindPageRange": "showFindPageRange"; "showFindEntireWord": "showFindEntireWord"; "showFindEntirePhrase": "showFindEntirePhrase"; "showFindIgnoreAccents": "showFindIgnoreAccents"; "showFindFuzzySearch": "showFindFuzzySearch"; "showFindResultsCount": "showFindResultsCount"; "showFindMessages": "showFindMessages"; }, {}, never, never>;
}