customFindbarInputArea- input<TemplateRef>()customToolbar- input<TemplateRef>()customFindbar- input<TemplateRef>()customFindbarButtons- input<TemplateRef>()customPdfViewer- input<TemplateRef>()customSecondaryToolbar- input<TemplateRef>()customSidebar- input<TemplateRef>()customThumbnail- input<TemplateRef>()customFreeFloatingBar- input<TemplateRef>()
showFreeFloatingBar- input(true)enableDragAndDrop- input(true)forceUsingLegacyES5- input(false)disableForms- input(false)contextMenuAllowed- input(true)enablePrint- input(true)forceFullReloadOfJavaScriptCode- input(false)ignoreKeyboard- input(false)listenToURL- input(false)replaceBrowserPrint- input(true)useInlineScripts- input(true)showUnverifiedSignatures- input(false)findbarVisible- input(false)propertiesDialogVisible- input(false)showFindHighlightAll- input(true)showFindMatchCase- input(true)showFindMultiple- input(true)showFindRegexp- input(false)showFindEntireWord- input(true)showFindMatchDiacritics- input(true)showFindResultsCount- input(true)showFindMessages- input(true)showToolbar- input(true)showBorders- input(true)
showTextEditor- input('xxl')showStampEditor- input('xxl')showCommentEditor- input(pdfDefaultOptions.enableComment ? 'xxl' : false)showDrawEditor- input('xxl')showHighlightEditor- input('xxl')showSignatureEditor- input('xxl')showFindButton- input<ResponsiveVisibility | undefined>(undefined)showMovePageButton- input(false)showPagingButtons- input(true)showFirstAndLastPageButtons- input(true)showPreviousAndNextPageButtons- input(true)showPageNumber- input(true)showPageLabel- input(true)showZoomButtons- input(true)showZoomDropdown- input(true)showPresentationModeButton- input(false)showOpenFileButton- input(true)showPrintButton- input(true)showDownloadButton- input(true)showSecondaryToolbarButton- input(true)showSinglePageModeButton- input(true)showVerticalScrollButton- input(true)showHorizontalScrollButton- input(true)showWrappedScrollButton- input(true)showInfiniteScrollButton- input(true)showBookModeButton- input(true)showRotateCwButton- input(true)showRotateCcwButton- input(true)showHandToolButton- input(false)showSpreadButton- input(true)showPropertiesButton- input(true)
minHeight- input<string | undefined>(undefined)filenameForDownload- input<string | undefined>(undefined)imageResourcesPath- input(assetsUrl(pdfDefaultOptions.assetsFolder) + '/images/')localeFolderPath- input(assetsUrl(pdfDefaultOptions.assetsFolder) + '/locale')language- input<string | undefined>(typeof window === 'undefined' ? 'en' : navigator.language)nameddest- input<string | undefined>(undefined)password- input<string | undefined>(undefined)pageLabel- input<string | undefined>(undefined)
authorization- input<Object | boolean | undefined>(undefined)httpHeaders- input<Object | undefined>(undefined)
ignoreKeys- input<Array>([])acceptKeys- input<Array>([])
logLevel- input(VerbosityLevel.WARNINGS)theme- input<'dark' | 'light' | 'custom' | string>('light')activeSidebarView- input(PdfSidebarView.OUTLINE)textLayer- input<boolean | undefined>(undefined)
printResolution- input(null)startTabindex- input()maxZoom- input(10)minZoom- input(0.1)
rotation- input.required<0 | 90 | 180 | 270>()spread- input.required()
backgroundColor- input(undefined)pdfBackgroundColor- input(undefined)zoom- input(undefined)
- All properties maintain their original types and default values
- Properties with
!(definite assignment assertion) were converted toinput.required<Type>() - Properties with
| undefinedin type maintain that in the signal type - Complex expressions in default values are preserved (e.g.,
pdfDefaultOptions.enableComment ? 'xxl' : false) - Array and object properties correctly typed with
Array<string>orObjecttypes