@grapecity-software/gcdocs.pdfviewer 7.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2886 -0
- package/README.md +390 -0
- package/docs/.nojekyll +1 -0
- package/docs/assets/custom.css +19 -0
- package/docs/assets/highlight.css +134 -0
- package/docs/assets/main.js +54 -0
- package/docs/assets/search.js +1 -0
- package/docs/assets/style.css +1224 -0
- package/docs/assets/widgets.png +0 -0
- package/docs/assets/widgets@2x.png +0 -0
- package/docs/classes/AnnotationBase.html +349 -0
- package/docs/classes/ButtonWidget.html +512 -0
- package/docs/classes/ChoiceWidget.html +487 -0
- package/docs/classes/CircleAnnotation.html +425 -0
- package/docs/classes/DsPdfViewer.html +4095 -0
- package/docs/classes/FileAttachmentAnnotation.html +422 -0
- package/docs/classes/FreeTextAnnotation.html +405 -0
- package/docs/classes/GcPdfSearcher.html +362 -0
- package/docs/classes/GcPdfViewer.html +3923 -0
- package/docs/classes/HighlightAnnotation.html +390 -0
- package/docs/classes/InkAnnotation.html +400 -0
- package/docs/classes/LineAnnotation.html +422 -0
- package/docs/classes/LinkAnnotation.html +390 -0
- package/docs/classes/MarkupAnnotation.html +407 -0
- package/docs/classes/PolyLineAnnotation.html +406 -0
- package/docs/classes/PolygonAnnotation.html +406 -0
- package/docs/classes/PopupAnnotation.html +393 -0
- package/docs/classes/RedactAnnotation.html +439 -0
- package/docs/classes/SignatureAnnotation.html +398 -0
- package/docs/classes/SoundAnnotation.html +438 -0
- package/docs/classes/SquareAnnotation.html +397 -0
- package/docs/classes/SquigglyAnnotation.html +390 -0
- package/docs/classes/StampAnnotation.html +400 -0
- package/docs/classes/StrikeOutAnnotation.html +390 -0
- package/docs/classes/TextAnnotation.html +404 -0
- package/docs/classes/TextWidget.html +465 -0
- package/docs/classes/UnderlineAnnotation.html +390 -0
- package/docs/classes/ViewerOptions.html +1243 -0
- package/docs/classes/WidgetAnnotation.html +454 -0
- package/docs/enums/AnnotationTypeCode.html +196 -0
- package/docs/enums/ModificationType.html +86 -0
- package/docs/enums/SharedAccessMode.html +79 -0
- package/docs/enums/TextAlignmentType.html +66 -0
- package/docs/index.html +222 -0
- package/docs/interfaces/IGCEventBus.html +106 -0
- package/docs/types/AnnotationMarkedStateType.html +126 -0
- package/docs/types/AnnotationReviewStateType.html +126 -0
- package/docs/types/AnnotationStateModel.html +126 -0
- package/docs/types/AnnotationTypeName.html +126 -0
- package/docs/types/BusEventName.html +126 -0
- package/docs/types/DocumentListItem.html +146 -0
- package/docs/types/FieldAppearanceRenderingType.html +130 -0
- package/docs/types/FormFieldMapping.html +126 -0
- package/docs/types/FormFillerSettings.html +257 -0
- package/docs/types/GcProps.html +237 -0
- package/docs/types/InputFieldMapping.html +175 -0
- package/docs/types/JsCancelEventArgs.html +137 -0
- package/docs/types/JsEventArgs.html +133 -0
- package/docs/types/JsExecutionConfig.html +165 -0
- package/docs/types/KeyboardShortcutDefinition.html +149 -0
- package/docs/types/KeyboardShortcutTool.html +126 -0
- package/docs/types/LineEndStyle.html +126 -0
- package/docs/types/LinkDestinationType.html +126 -0
- package/docs/types/LinkType.html +126 -0
- package/docs/types/LogLevel.html +128 -0
- package/docs/types/ModificationsState.html +145 -0
- package/docs/types/NamedAction.html +127 -0
- package/docs/types/OpenAction.html +148 -0
- package/docs/types/OpenParameters.html +126 -0
- package/docs/types/OptionalContentConfig.html +195 -0
- package/docs/types/OptionalContentGroup.html +194 -0
- package/docs/types/PageLayout.html +126 -0
- package/docs/types/PageMode.html +126 -0
- package/docs/types/PageModification.html +137 -0
- package/docs/types/PageStructureChange.html +139 -0
- package/docs/types/PageViewport.html +221 -0
- package/docs/types/PdfOrganizerSettings.html +147 -0
- package/docs/types/ReplyToolSettings.html +196 -0
- package/docs/types/RotationInit.html +155 -0
- package/docs/types/RulerLine.html +146 -0
- package/docs/types/SaveSettings.html +191 -0
- package/docs/types/ScrollPageIntoViewOptions.html +126 -0
- package/docs/types/SharedDocumentInfo.html +139 -0
- package/docs/types/SignToolSettings.html +437 -0
- package/docs/types/SignatureInfo.html +158 -0
- package/docs/types/SignatureInformation.html +145 -0
- package/docs/types/StampCategory.html +159 -0
- package/docs/types/StructTreeContent.html +144 -0
- package/docs/types/StructTreeNode.html +141 -0
- package/docs/types/StructureChanges.html +142 -0
- package/docs/types/SupportApiSettings.html +199 -0
- package/docs/types/TextMarkupContextMenuSettings.html +139 -0
- package/docs/types/ToolbarButtonKey.html +126 -0
- package/docs/types/UndoChangeName.html +126 -0
- package/docs/types/UserAccess.html +133 -0
- package/docs/types/ViewerFeatureName.html +128 -0
- package/docs/types/ViewerPreferences.html +178 -0
- package/docs/types/WidgetFieldTypeName.html +129 -0
- package/docs.html +19 -0
- package/gcpdfviewer.js +2 -0
- package/gcpdfviewer.worker.js +2 -0
- package/index.html +43 -0
- package/localization/en-pdf-viewer.json +1587 -0
- package/localization/en-viewer-base.json +73 -0
- package/localization/localization_example.html +55 -0
- package/package.json +27 -0
- package/resources/bcmaps/78-EUC-H.bin +0 -0
- package/resources/bcmaps/78-EUC-V.bin +0 -0
- package/resources/bcmaps/78-H.bin +0 -0
- package/resources/bcmaps/78-RKSJ-H.bin +0 -0
- package/resources/bcmaps/78-RKSJ-V.bin +0 -0
- package/resources/bcmaps/78-V.bin +0 -0
- package/resources/bcmaps/78ms-RKSJ-H.bin +0 -0
- package/resources/bcmaps/78ms-RKSJ-V.bin +0 -0
- package/resources/bcmaps/83pv-RKSJ-H.bin +0 -0
- package/resources/bcmaps/90ms-RKSJ-H.bin +0 -0
- package/resources/bcmaps/90ms-RKSJ-V.bin +0 -0
- package/resources/bcmaps/90msp-RKSJ-H.bin +0 -0
- package/resources/bcmaps/90msp-RKSJ-V.bin +0 -0
- package/resources/bcmaps/90pv-RKSJ-H.bin +0 -0
- package/resources/bcmaps/90pv-RKSJ-V.bin +0 -0
- package/resources/bcmaps/Add-H.bin +0 -0
- package/resources/bcmaps/Add-RKSJ-H.bin +0 -0
- package/resources/bcmaps/Add-RKSJ-V.bin +0 -0
- package/resources/bcmaps/Add-V.bin +0 -0
- package/resources/bcmaps/Adobe-CNS1-0.bin +0 -0
- package/resources/bcmaps/Adobe-CNS1-1.bin +0 -0
- package/resources/bcmaps/Adobe-CNS1-2.bin +0 -0
- package/resources/bcmaps/Adobe-CNS1-3.bin +0 -0
- package/resources/bcmaps/Adobe-CNS1-4.bin +0 -0
- package/resources/bcmaps/Adobe-CNS1-5.bin +0 -0
- package/resources/bcmaps/Adobe-CNS1-6.bin +0 -0
- package/resources/bcmaps/Adobe-CNS1-UCS2.bin +0 -0
- package/resources/bcmaps/Adobe-GB1-0.bin +0 -0
- package/resources/bcmaps/Adobe-GB1-1.bin +0 -0
- package/resources/bcmaps/Adobe-GB1-2.bin +0 -0
- package/resources/bcmaps/Adobe-GB1-3.bin +0 -0
- package/resources/bcmaps/Adobe-GB1-4.bin +0 -0
- package/resources/bcmaps/Adobe-GB1-5.bin +0 -0
- package/resources/bcmaps/Adobe-GB1-UCS2.bin +0 -0
- package/resources/bcmaps/Adobe-Japan1-0.bin +0 -0
- package/resources/bcmaps/Adobe-Japan1-1.bin +0 -0
- package/resources/bcmaps/Adobe-Japan1-2.bin +0 -0
- package/resources/bcmaps/Adobe-Japan1-3.bin +0 -0
- package/resources/bcmaps/Adobe-Japan1-4.bin +0 -0
- package/resources/bcmaps/Adobe-Japan1-5.bin +0 -0
- package/resources/bcmaps/Adobe-Japan1-6.bin +0 -0
- package/resources/bcmaps/Adobe-Japan1-UCS2.bin +0 -0
- package/resources/bcmaps/Adobe-Korea1-0.bin +0 -0
- package/resources/bcmaps/Adobe-Korea1-1.bin +0 -0
- package/resources/bcmaps/Adobe-Korea1-2.bin +0 -0
- package/resources/bcmaps/Adobe-Korea1-UCS2.bin +0 -0
- package/resources/bcmaps/B5-H.bin +0 -0
- package/resources/bcmaps/B5-V.bin +0 -0
- package/resources/bcmaps/B5pc-H.bin +0 -0
- package/resources/bcmaps/B5pc-V.bin +0 -0
- package/resources/bcmaps/CNS-EUC-H.bin +0 -0
- package/resources/bcmaps/CNS-EUC-V.bin +0 -0
- package/resources/bcmaps/CNS1-H.bin +0 -0
- package/resources/bcmaps/CNS1-V.bin +0 -0
- package/resources/bcmaps/CNS2-H.bin +0 -0
- package/resources/bcmaps/CNS2-V.bin +3 -0
- package/resources/bcmaps/ETHK-B5-H.bin +0 -0
- package/resources/bcmaps/ETHK-B5-V.bin +0 -0
- package/resources/bcmaps/ETen-B5-H.bin +0 -0
- package/resources/bcmaps/ETen-B5-V.bin +0 -0
- package/resources/bcmaps/ETenms-B5-H.bin +3 -0
- package/resources/bcmaps/ETenms-B5-V.bin +0 -0
- package/resources/bcmaps/EUC-H.bin +0 -0
- package/resources/bcmaps/EUC-V.bin +0 -0
- package/resources/bcmaps/Ext-H.bin +0 -0
- package/resources/bcmaps/Ext-RKSJ-H.bin +0 -0
- package/resources/bcmaps/Ext-RKSJ-V.bin +0 -0
- package/resources/bcmaps/Ext-V.bin +0 -0
- package/resources/bcmaps/GB-EUC-H.bin +0 -0
- package/resources/bcmaps/GB-EUC-V.bin +0 -0
- package/resources/bcmaps/GB-H.bin +4 -0
- package/resources/bcmaps/GB-V.bin +0 -0
- package/resources/bcmaps/GBK-EUC-H.bin +0 -0
- package/resources/bcmaps/GBK-EUC-V.bin +0 -0
- package/resources/bcmaps/GBK2K-H.bin +0 -0
- package/resources/bcmaps/GBK2K-V.bin +0 -0
- package/resources/bcmaps/GBKp-EUC-H.bin +0 -0
- package/resources/bcmaps/GBKp-EUC-V.bin +0 -0
- package/resources/bcmaps/GBT-EUC-H.bin +0 -0
- package/resources/bcmaps/GBT-EUC-V.bin +0 -0
- package/resources/bcmaps/GBT-H.bin +0 -0
- package/resources/bcmaps/GBT-V.bin +0 -0
- package/resources/bcmaps/GBTpc-EUC-H.bin +0 -0
- package/resources/bcmaps/GBTpc-EUC-V.bin +0 -0
- package/resources/bcmaps/GBpc-EUC-H.bin +0 -0
- package/resources/bcmaps/GBpc-EUC-V.bin +0 -0
- package/resources/bcmaps/H.bin +0 -0
- package/resources/bcmaps/HKdla-B5-H.bin +0 -0
- package/resources/bcmaps/HKdla-B5-V.bin +0 -0
- package/resources/bcmaps/HKdlb-B5-H.bin +0 -0
- package/resources/bcmaps/HKdlb-B5-V.bin +0 -0
- package/resources/bcmaps/HKgccs-B5-H.bin +0 -0
- package/resources/bcmaps/HKgccs-B5-V.bin +0 -0
- package/resources/bcmaps/HKm314-B5-H.bin +0 -0
- package/resources/bcmaps/HKm314-B5-V.bin +0 -0
- package/resources/bcmaps/HKm471-B5-H.bin +0 -0
- package/resources/bcmaps/HKm471-B5-V.bin +0 -0
- package/resources/bcmaps/HKscs-B5-H.bin +0 -0
- package/resources/bcmaps/HKscs-B5-V.bin +0 -0
- package/resources/bcmaps/Hankaku.bin +0 -0
- package/resources/bcmaps/Hiragana.bin +0 -0
- package/resources/bcmaps/KSC-EUC-H.bin +0 -0
- package/resources/bcmaps/KSC-EUC-V.bin +0 -0
- package/resources/bcmaps/KSC-H.bin +0 -0
- package/resources/bcmaps/KSC-Johab-H.bin +0 -0
- package/resources/bcmaps/KSC-Johab-V.bin +0 -0
- package/resources/bcmaps/KSC-V.bin +0 -0
- package/resources/bcmaps/KSCms-UHC-H.bin +0 -0
- package/resources/bcmaps/KSCms-UHC-HW-H.bin +0 -0
- package/resources/bcmaps/KSCms-UHC-HW-V.bin +0 -0
- package/resources/bcmaps/KSCms-UHC-V.bin +0 -0
- package/resources/bcmaps/KSCpc-EUC-H.bin +0 -0
- package/resources/bcmaps/KSCpc-EUC-V.bin +0 -0
- package/resources/bcmaps/Katakana.bin +0 -0
- package/resources/bcmaps/LICENSE +36 -0
- package/resources/bcmaps/NWP-H.bin +0 -0
- package/resources/bcmaps/NWP-V.bin +0 -0
- package/resources/bcmaps/RKSJ-H.bin +0 -0
- package/resources/bcmaps/RKSJ-V.bin +0 -0
- package/resources/bcmaps/Roman.bin +0 -0
- package/resources/bcmaps/UniCNS-UCS2-H.bin +0 -0
- package/resources/bcmaps/UniCNS-UCS2-V.bin +0 -0
- package/resources/bcmaps/UniCNS-UTF16-H.bin +0 -0
- package/resources/bcmaps/UniCNS-UTF16-V.bin +0 -0
- package/resources/bcmaps/UniCNS-UTF32-H.bin +0 -0
- package/resources/bcmaps/UniCNS-UTF32-V.bin +0 -0
- package/resources/bcmaps/UniCNS-UTF8-H.bin +0 -0
- package/resources/bcmaps/UniCNS-UTF8-V.bin +0 -0
- package/resources/bcmaps/UniGB-UCS2-H.bin +0 -0
- package/resources/bcmaps/UniGB-UCS2-V.bin +0 -0
- package/resources/bcmaps/UniGB-UTF16-H.bin +0 -0
- package/resources/bcmaps/UniGB-UTF16-V.bin +0 -0
- package/resources/bcmaps/UniGB-UTF32-H.bin +0 -0
- package/resources/bcmaps/UniGB-UTF32-V.bin +0 -0
- package/resources/bcmaps/UniGB-UTF8-H.bin +0 -0
- package/resources/bcmaps/UniGB-UTF8-V.bin +0 -0
- package/resources/bcmaps/UniJIS-UCS2-H.bin +0 -0
- package/resources/bcmaps/UniJIS-UCS2-HW-H.bin +0 -0
- package/resources/bcmaps/UniJIS-UCS2-HW-V.bin +0 -0
- package/resources/bcmaps/UniJIS-UCS2-V.bin +0 -0
- package/resources/bcmaps/UniJIS-UTF16-H.bin +0 -0
- package/resources/bcmaps/UniJIS-UTF16-V.bin +0 -0
- package/resources/bcmaps/UniJIS-UTF32-H.bin +0 -0
- package/resources/bcmaps/UniJIS-UTF32-V.bin +0 -0
- package/resources/bcmaps/UniJIS-UTF8-H.bin +0 -0
- package/resources/bcmaps/UniJIS-UTF8-V.bin +0 -0
- package/resources/bcmaps/UniJIS2004-UTF16-H.bin +0 -0
- package/resources/bcmaps/UniJIS2004-UTF16-V.bin +0 -0
- package/resources/bcmaps/UniJIS2004-UTF32-H.bin +0 -0
- package/resources/bcmaps/UniJIS2004-UTF32-V.bin +0 -0
- package/resources/bcmaps/UniJIS2004-UTF8-H.bin +0 -0
- package/resources/bcmaps/UniJIS2004-UTF8-V.bin +0 -0
- package/resources/bcmaps/UniJISPro-UCS2-HW-V.bin +0 -0
- package/resources/bcmaps/UniJISPro-UCS2-V.bin +0 -0
- package/resources/bcmaps/UniJISPro-UTF8-V.bin +0 -0
- package/resources/bcmaps/UniJISX0213-UTF32-H.bin +0 -0
- package/resources/bcmaps/UniJISX0213-UTF32-V.bin +0 -0
- package/resources/bcmaps/UniJISX02132004-UTF32-H.bin +0 -0
- package/resources/bcmaps/UniJISX02132004-UTF32-V.bin +0 -0
- package/resources/bcmaps/UniKS-UCS2-H.bin +0 -0
- package/resources/bcmaps/UniKS-UCS2-V.bin +0 -0
- package/resources/bcmaps/UniKS-UTF16-H.bin +0 -0
- package/resources/bcmaps/UniKS-UTF16-V.bin +0 -0
- package/resources/bcmaps/UniKS-UTF32-H.bin +0 -0
- package/resources/bcmaps/UniKS-UTF32-V.bin +0 -0
- package/resources/bcmaps/UniKS-UTF8-H.bin +0 -0
- package/resources/bcmaps/UniKS-UTF8-V.bin +0 -0
- package/resources/bcmaps/V.bin +0 -0
- package/resources/bcmaps/WP-Symbol.bin +0 -0
- package/resources/standard_fonts/FoxitDingbats.pfb +0 -0
- package/resources/standard_fonts/FoxitFixed.pfb +0 -0
- package/resources/standard_fonts/FoxitFixedBold.pfb +0 -0
- package/resources/standard_fonts/FoxitFixedBoldItalic.pfb +0 -0
- package/resources/standard_fonts/FoxitFixedItalic.pfb +0 -0
- package/resources/standard_fonts/FoxitSans.pfb +0 -0
- package/resources/standard_fonts/FoxitSansBold.pfb +0 -0
- package/resources/standard_fonts/FoxitSansBoldItalic.pfb +0 -0
- package/resources/standard_fonts/FoxitSansItalic.pfb +0 -0
- package/resources/standard_fonts/FoxitSerif.pfb +0 -0
- package/resources/standard_fonts/FoxitSerifBold.pfb +0 -0
- package/resources/standard_fonts/FoxitSerifBoldItalic.pfb +0 -0
- package/resources/standard_fonts/FoxitSerifItalic.pfb +0 -0
- package/resources/standard_fonts/FoxitSymbol.pfb +0 -0
- package/resources/standard_fonts/LICENSE_FOXIT +27 -0
- package/resources/standard_fonts/LICENSE_LIBERATION +102 -0
- package/resources/standard_fonts/LiberationSans-Bold.ttf +0 -0
- package/resources/standard_fonts/LiberationSans-BoldItalic.ttf +0 -0
- package/resources/standard_fonts/LiberationSans-Italic.ttf +0 -0
- package/resources/standard_fonts/LiberationSans-Regular.ttf +0 -0
- package/resources/standard_fonts/README.md +11 -0
- package/themes/dark-yellow.css +1 -0
- package/themes/dark-yellow.jscss +7 -0
- package/themes/dark.css +1 -0
- package/themes/dark.jscss +7 -0
- package/themes/gc-blue.css +1 -0
- package/themes/gc-blue.jscss +7 -0
- package/themes/light-blue.css +1 -0
- package/themes/light-blue.jscss +7 -0
- package/themes/light.css +1 -0
- package/themes/light.jscss +7 -0
- package/themes/viewer.css +1 -0
- package/themes/viewer.jscss +7 -0
- package/typings/AcroForm/AcroForm.d.ts +3 -0
- package/typings/AcroForm/index.d.ts +4 -0
- package/typings/AcroForm/state.d.ts +4 -0
- package/typings/AcroForm/types.d.ts +15 -0
- package/typings/Annotations/AnnotationPropertyDescriptors.d.ts +88 -0
- package/typings/Annotations/AnnotationState.d.ts +5 -0
- package/typings/Annotations/AnnotationTypes.d.ts +353 -0
- package/typings/Annotations/Annotations.d.ts +151 -0
- package/typings/Annotations/Editors/CalloutLineEditor.d.ts +19 -0
- package/typings/Annotations/Editors/CancelableEditorBase.d.ts +34 -0
- package/typings/Annotations/Editors/ChoiceOptionsEditor.d.ts +21 -0
- package/typings/Annotations/Editors/ColorEditor/ColorEditor.d.ts +13 -0
- package/typings/Annotations/Editors/ColorEditor/Localization.d.ts +2 -0
- package/typings/Annotations/Editors/ColorEditor/StandardPalette.d.ts +3 -0
- package/typings/Annotations/Editors/ColorEditor/types.d.ts +21 -0
- package/typings/Annotations/Editors/FileEditor.d.ts +42 -0
- package/typings/Annotations/Editors/FloatEditor.d.ts +43 -0
- package/typings/Annotations/Editors/ImageFileEditor.d.ts +37 -0
- package/typings/Annotations/Editors/JsCodeAreaEditor.d.ts +18 -0
- package/typings/Annotations/Editors/KeyValuePairEditor.d.ts +20 -0
- package/typings/Annotations/Editors/LinkAnnotationHelper.d.ts +18 -0
- package/typings/Annotations/Editors/LinkDestTypeEditor.d.ts +18 -0
- package/typings/Annotations/Editors/MediaFileEditor.d.ts +7 -0
- package/typings/Annotations/Editors/MediaPosterFileEditor.d.ts +9 -0
- package/typings/Annotations/Editors/NullableIntEditor.d.ts +39 -0
- package/typings/Annotations/Editors/ParentIdEditor.d.ts +22 -0
- package/typings/Annotations/Editors/PlaceholderEditorStub.d.ts +15 -0
- package/typings/Annotations/Editors/PreserveStampSizeAspectToggle.d.ts +15 -0
- package/typings/Annotations/Editors/SelectFileHelper.d.ts +24 -0
- package/typings/Annotations/Editors/SoundFileEditor.d.ts +41 -0
- package/typings/Annotations/Editors/TextAreaEditor.d.ts +23 -0
- package/typings/Annotations/Elements/CheckBoxElement.d.ts +2 -0
- package/typings/Annotations/Elements/RadioButtonElement.d.ts +2 -0
- package/typings/Annotations/RichMediaAnnotation.d.ts +41 -0
- package/typings/Annotations/index.d.ts +4 -0
- package/typings/Annotations/state.d.ts +4 -0
- package/typings/Annotations/types.d.ts +63 -0
- package/typings/Articles/Articles.d.ts +19 -0
- package/typings/Articles/index.d.ts +4 -0
- package/typings/Articles/state.d.ts +4 -0
- package/typings/Articles/types.d.ts +24 -0
- package/typings/Attachments/Attachments.d.ts +17 -0
- package/typings/Attachments/index.d.ts +3 -0
- package/typings/Attachments/state.d.ts +4 -0
- package/typings/Attachments/types.d.ts +7 -0
- package/typings/Contents/Contents.d.ts +13 -0
- package/typings/Contents/index.d.ts +4 -0
- package/typings/Contents/state.d.ts +4 -0
- package/typings/Contents/types.d.ts +16 -0
- package/typings/ContextMenu/ContextMenuProvider.d.ts +48 -0
- package/typings/ContextMenu/DropdownMenu.d.ts +121 -0
- package/typings/ContextMenu/GcDocumentContextMenu.d.ts +80 -0
- package/typings/ContextMenu/Positioner.d.ts +58 -0
- package/typings/ContextMenu/constants.d.ts +22 -0
- package/typings/ContextMenu/essentials.d.ts +41 -0
- package/typings/ContextMenu/types.d.ts +2 -0
- package/typings/Core/ExternalPdfManager.d.ts +24 -0
- package/typings/Core/GcPdfViewerDataLoader.d.ts +24 -0
- package/typings/DataStorage/DataStorage.d.ts +20 -0
- package/typings/Dialogs/ConfirmationDialog.d.ts +17 -0
- package/typings/Dialogs/ProgressDialog.d.ts +37 -0
- package/typings/Dialogs/Types.d.ts +22 -0
- package/typings/DocumentListPanel.d.ts +39 -0
- package/typings/DsPdfViewer.d.ts +5 -0
- package/typings/FloatingBar/FloatingBar.d.ts +20 -0
- package/typings/FloatingBar/types.d.ts +7 -0
- package/typings/FloatingSearchBar/FloatingSearchBar.d.ts +42 -0
- package/typings/FloatingSearchBar/types.d.ts +3 -0
- package/typings/FormFiller/Controls/CheckBoxControl.d.ts +7 -0
- package/typings/FormFiller/Controls/ChoiceControl.d.ts +11 -0
- package/typings/FormFiller/Controls/CombTextControl.d.ts +7 -0
- package/typings/FormFiller/Controls/ControlBase.d.ts +32 -0
- package/typings/FormFiller/Controls/DateTimeControl.d.ts +7 -0
- package/typings/FormFiller/Controls/DateTimeHelper.d.ts +18 -0
- package/typings/FormFiller/Controls/EmailControl.d.ts +7 -0
- package/typings/FormFiller/Controls/PasswordControl.d.ts +7 -0
- package/typings/FormFiller/Controls/RadioControl.d.ts +7 -0
- package/typings/FormFiller/Controls/SearchControl.d.ts +7 -0
- package/typings/FormFiller/Controls/TelControl.d.ts +7 -0
- package/typings/FormFiller/Controls/TextControl.d.ts +7 -0
- package/typings/FormFiller/Controls/UrlControl.d.ts +7 -0
- package/typings/FormFiller/FieldRow.d.ts +27 -0
- package/typings/FormFiller/FormFiller.d.ts +32 -0
- package/typings/FormFiller/FormFillerDialog.d.ts +28 -0
- package/typings/FormFiller/Validator.d.ts +9 -0
- package/typings/FormFiller/types.d.ts +48 -0
- package/typings/GcPdfDocument.d.ts +65 -0
- package/typings/GcPdfDocumentView.d.ts +22 -0
- package/typings/GcPdfViewer.d.ts +464 -0
- package/typings/GcPdfViewerStateStorage.d.ts +24 -0
- package/typings/Keyboard/KeyboardWorker.d.ts +52 -0
- package/typings/Keyboard/ShortcutsConfig.d.ts +10 -0
- package/typings/Layers/Layers.d.ts +17 -0
- package/typings/Layers/index.d.ts +1 -0
- package/typings/Layers/state.d.ts +0 -0
- package/typings/Layers/types.d.ts +8 -0
- package/typings/LeftSidebar.d.ts +33 -0
- package/typings/Models/EventArgs.d.ts +38 -0
- package/typings/Models/GcMeasurementTypes.d.ts +29 -0
- package/typings/Models/PluginTypes.d.ts +23 -0
- package/typings/Models/ViewerTypes.d.ts +279 -0
- package/typings/Password/GcPdfPasswordDialog.d.ts +31 -0
- package/typings/PdfDocumentViewer/PdfDocumentViewer.d.ts +11 -0
- package/typings/PdfOrganizer/PdfOrganizerDialog.d.ts +83 -0
- package/typings/PdfOrganizer/types.d.ts +17 -0
- package/typings/Polyfills/ArrayPolyfills.d.ts +1 -0
- package/typings/Polyfills/CanvasToBlob.d.ts +0 -0
- package/typings/Polyfills/closest.d.ts +0 -0
- package/typings/Print/GcPdfPrintProgress.d.ts +17 -0
- package/typings/Print/GcPdfPrintService.d.ts +7 -0
- package/typings/Properties/DocumentInformation.d.ts +22 -0
- package/typings/Properties/PropertiesDialog.d.ts +39 -0
- package/typings/ReplyTool/AuthorLabel.d.ts +8 -0
- package/typings/ReplyTool/ReplyTool.d.ts +90 -0
- package/typings/ReplyTool/types.d.ts +25 -0
- package/typings/RightSidebar/GcRightSidebar.d.ts +42 -0
- package/typings/RightSidebar/types.d.ts +2 -0
- package/typings/Search/GcPdfSearcher.d.ts +98 -0
- package/typings/Search/IPdfSearcher.d.ts +5 -0
- package/typings/Search/SearchPanel.d.ts +16 -0
- package/typings/Search/SearchPanelBase.d.ts +35 -0
- package/typings/Search/SearchUtils.d.ts +24 -0
- package/typings/Search/SearchWorker.d.ts +37 -0
- package/typings/Search/TextSelectionBoundsTester.d.ts +10 -0
- package/typings/Search/api.d.ts +12 -0
- package/typings/Search/index.d.ts +5 -0
- package/typings/Search/types.d.ts +135 -0
- package/typings/Security/DocumentSecuritySummary.d.ts +19 -0
- package/typings/SharedDocuments/ShareDialog.d.ts +55 -0
- package/typings/SharedDocuments/SharedChangeIndicator.d.ts +5 -0
- package/typings/SharedDocuments/SharedDocumentsPanel.d.ts +26 -0
- package/typings/SharedDocuments/types.d.ts +73 -0
- package/typings/SignTool/CanvasRuler.d.ts +21 -0
- package/typings/SignTool/DrawTool.d.ts +41 -0
- package/typings/SignTool/ImageTool.d.ts +51 -0
- package/typings/SignTool/SignToolDialog.d.ts +97 -0
- package/typings/SignTool/SignToolStorage.d.ts +17 -0
- package/typings/SignTool/SignaturePad/SignaturePad.d.ts +76 -0
- package/typings/SignTool/SignaturePad/throttle.d.ts +1 -0
- package/typings/SignTool/SignaturePad/types.d.ts +30 -0
- package/typings/SignTool/TypeTool.d.ts +52 -0
- package/typings/SignTool/types.d.ts +62 -0
- package/typings/StructureTree/StructureTree.d.ts +31 -0
- package/typings/StructureTree/index.d.ts +1 -0
- package/typings/StructureTree/state.d.ts +0 -0
- package/typings/StructureTree/types.d.ts +7 -0
- package/typings/Styles/StaticIcons.d.ts +1 -0
- package/typings/Styles/pdfSvgIcons.d.ts +155 -0
- package/typings/SupportApi/Connection/ClientMessage.d.ts +61 -0
- package/typings/SupportApi/Connection/Message.d.ts +3 -0
- package/typings/SupportApi/Connection/PersistentConnection.d.ts +33 -0
- package/typings/SupportApi/Connection/ServerMessage.d.ts +25 -0
- package/typings/SupportApi/DocumentOptions.d.ts +14 -0
- package/typings/SupportApi/ISupportApi.d.ts +44 -0
- package/typings/SupportApi/ISupportApiBase.d.ts +30 -0
- package/typings/SupportApi/LocalDocumentModification.d.ts +23 -0
- package/typings/SupportApi/RenderParams.d.ts +7 -0
- package/typings/SupportApi/SignatureInfo.d.ts +0 -0
- package/typings/SupportApi/SupportApiImpl.d.ts +88 -0
- package/typings/SupportApi/Wasm/IWasmModule.d.ts +22 -0
- package/typings/SupportApi/Wasm/WasmModule.d.ts +2 -0
- package/typings/SupportApi/Wasm/WasmSupportApi.d.ts +38 -0
- package/typings/SupportApi/types.d.ts +43 -0
- package/typings/Thumbnails/GcRangedThumbsPane.d.ts +17 -0
- package/typings/Thumbnails/GcThumbView.d.ts +50 -0
- package/typings/Thumbnails/GcThumbnailViewer.d.ts +46 -0
- package/typings/Thumbnails/Thumbnails.d.ts +18 -0
- package/typings/Thumbnails/index.d.ts +1 -0
- package/typings/Toolbar/PdfToolbarLayout.d.ts +9 -0
- package/typings/Toolbar/SecondToolbar/SecondToolbar.d.ts +25 -0
- package/typings/Toolbar/SecondToolbar/SecondToolbarControl.d.ts +31 -0
- package/typings/Toolbar/SecondToolbar/SecondToolbarRenderer.d.ts +5 -0
- package/typings/Toolbar/SecondToolbar/types.d.ts +9 -0
- package/typings/Toolbar/ToolbarItems.d.ts +71 -0
- package/typings/Toolbar/controls/AddStampDropdown.d.ts +61 -0
- package/typings/Toolbar/controls/Zoom.d.ts +42 -0
- package/typings/Utils/AnnotationsSvgFactory.d.ts +34 -0
- package/typings/Utils/AudioOscilloscopeVisualizer.d.ts +23 -0
- package/typings/Utils/AudioUtils.d.ts +12 -0
- package/typings/Utils/BackgroundUtilsWorker.d.ts +6 -0
- package/typings/Utils/BrowserUtils.d.ts +20 -0
- package/typings/Utils/ColorUtils.d.ts +7 -0
- package/typings/Utils/CombFieldBehavior.d.ts +58 -0
- package/typings/Utils/DomUtils.d.ts +21 -0
- package/typings/Utils/DownloadUtil.d.ts +2 -0
- package/typings/Utils/DrawingPanel.d.ts +11 -0
- package/typings/Utils/DropFileAreaHelper.d.ts +25 -0
- package/typings/Utils/EditableComboBoxBehavior.d.ts +17 -0
- package/typings/Utils/EncodingUtils.d.ts +9 -0
- package/typings/Utils/Exceptions.d.ts +5 -0
- package/typings/Utils/GcEditableTextBehavior.d.ts +48 -0
- package/typings/Utils/GcMeasurement.d.ts +37 -0
- package/typings/Utils/GestureEventsDispatcher.d.ts +40 -0
- package/typings/Utils/MathUtils.d.ts +17 -0
- package/typings/Utils/MeasurementUtils.d.ts +4 -0
- package/typings/Utils/PromiseUtils.d.ts +24 -0
- package/typings/Utils/ResizableDialogBehavior.d.ts +1 -0
- package/typings/Utils/RichMediaAnnotationPlayer.d.ts +60 -0
- package/typings/Utils/ScrollUtils.d.ts +20 -0
- package/typings/Utils/SearchUtils.d.ts +20 -0
- package/typings/Utils/SelectionRangeUtils.d.ts +2 -0
- package/typings/Utils/SharedRef.d.ts +17 -0
- package/typings/Utils/StampImagesAwaiter.d.ts +15 -0
- package/typings/Utils/SupportApiUtils.d.ts +4 -0
- package/typings/Utils/TooltipPopup.d.ts +6 -0
- package/typings/Utils/UrlUtils.d.ts +17 -0
- package/typings/Utils/ViewerUtils.d.ts +68 -0
- package/typings/Utils/index.d.ts +1 -0
- package/typings/ViewerOptions.d.ts +316 -0
- package/typings/XFA/XfaApiImpl.d.ts +19 -0
- package/typings/XFA/XfaForm.d.ts +7 -0
- package/typings/XFA/XfaNode.d.ts +5 -0
- package/typings/httpClient.d.ts +15 -0
- package/typings/index.d.ts +10 -0
- package/typings/plugin.d.ts +646 -0
- package/typings/vendor/i18next.d.ts +1022 -0
- package/typings/vendor/js-viewer-core/api/PluginModel.d.ts +246 -0
- package/typings/vendor/js-viewer-core/api/ReportViewerCmd.d.ts +72 -0
- package/typings/vendor/js-viewer-core/api/index.d.ts +3 -0
- package/typings/vendor/js-viewer-core/components/DocumentViewer/ContinuousView.d.ts +37 -0
- package/typings/vendor/js-viewer-core/components/DocumentViewer/Page.d.ts +17 -0
- package/typings/vendor/js-viewer-core/components/DocumentViewer/SinglePageView.d.ts +30 -0
- package/typings/vendor/js-viewer-core/components/DocumentViewer/View.d.ts +15 -0
- package/typings/vendor/js-viewer-core/components/DocumentViewer/Zoomer.d.ts +12 -0
- package/typings/vendor/js-viewer-core/components/DocumentViewer/index.d.ts +3 -0
- package/typings/vendor/js-viewer-core/components/DocumentViewer/moveTool.d.ts +4 -0
- package/typings/vendor/js-viewer-core/components/DocumentViewer/state.d.ts +7 -0
- package/typings/vendor/js-viewer-core/components/DocumentViewer/types.d.ts +214 -0
- package/typings/vendor/js-viewer-core/components/DocumentViewer/zoomUtils.d.ts +26 -0
- package/typings/vendor/js-viewer-core/components/ErrorPanel/ErrorView.d.ts +26 -0
- package/typings/vendor/js-viewer-core/components/ErrorPanel/View.d.ts +22 -0
- package/typings/vendor/js-viewer-core/components/ErrorPanel/index.d.ts +3 -0
- package/typings/vendor/js-viewer-core/components/ErrorPanel/state.d.ts +4 -0
- package/typings/vendor/js-viewer-core/components/ErrorPanel/types.d.ts +21 -0
- package/typings/vendor/js-viewer-core/components/NotificationManager/NotificationManager.d.ts +19 -0
- package/typings/vendor/js-viewer-core/components/NotificationManager/index.d.ts +1 -0
- package/typings/vendor/js-viewer-core/components/PanelManager/MenuView.d.ts +32 -0
- package/typings/vendor/js-viewer-core/components/PanelManager/SideBarView.d.ts +39 -0
- package/typings/vendor/js-viewer-core/components/PanelManager/TopBottomPanelView.d.ts +9 -0
- package/typings/vendor/js-viewer-core/components/PanelManager/index.d.ts +5 -0
- package/typings/vendor/js-viewer-core/components/PanelManager/state.d.ts +13 -0
- package/typings/vendor/js-viewer-core/components/PanelManager/types.d.ts +47 -0
- package/typings/vendor/js-viewer-core/components/ProgressDialog/View.d.ts +19 -0
- package/typings/vendor/js-viewer-core/components/ProgressDialog/index.d.ts +3 -0
- package/typings/vendor/js-viewer-core/components/ProgressDialog/state.d.ts +4 -0
- package/typings/vendor/js-viewer-core/components/ProgressDialog/types.d.ts +26 -0
- package/typings/vendor/js-viewer-core/components/ThumbnailsPanel/ThumbnailsPanel.d.ts +4 -0
- package/typings/vendor/js-viewer-core/components/ThumbnailsPanel/index.d.ts +4 -0
- package/typings/vendor/js-viewer-core/components/ThumbnailsPanel/state.d.ts +6 -0
- package/typings/vendor/js-viewer-core/components/ThumbnailsPanel/types.d.ts +37 -0
- package/typings/vendor/js-viewer-core/components/Toolbar/Toolbar.d.ts +97 -0
- package/typings/vendor/js-viewer-core/components/Toolbar/controls/Zoom.d.ts +23 -0
- package/typings/vendor/js-viewer-core/components/Toolbar/index.d.ts +1 -0
- package/typings/vendor/js-viewer-core/components/index.d.ts +8 -0
- package/typings/vendor/js-viewer-core/components/utils.d.ts +6 -0
- package/typings/vendor/js-viewer-core/control/CancellationToken.d.ts +36 -0
- package/typings/vendor/js-viewer-core/control/EventFan.d.ts +35 -0
- package/typings/vendor/js-viewer-core/control/ReactStateBinder.d.ts +24 -0
- package/typings/vendor/js-viewer-core/control/ReportViewer.d.ts +227 -0
- package/typings/vendor/js-viewer-core/control/SessionState.d.ts +61 -0
- package/typings/vendor/js-viewer-core/control/Store.d.ts +37 -0
- package/typings/vendor/js-viewer-core/control/Toolbar.d.ts +53 -0
- package/typings/vendor/js-viewer-core/control/ViewerState.d.ts +67 -0
- package/typings/vendor/js-viewer-core/control/historyStore.d.ts +0 -0
- package/typings/vendor/js-viewer-core/control/index.d.ts +7 -0
- package/typings/vendor/js-viewer-core/features/search/SearchPanel.d.ts +21 -0
- package/typings/vendor/js-viewer-core/features/search/api.d.ts +18 -0
- package/typings/vendor/js-viewer-core/features/search/index.d.ts +8 -0
- package/typings/vendor/js-viewer-core/features/search/types.d.ts +117 -0
- package/typings/vendor/js-viewer-core/index.d.ts +6 -0
- package/typings/vendor/js-viewer-core/styles/svgIcons.d.ts +30 -0
- package/typings/vendor/react/global.d.ts +151 -0
- package/typings/vendor/react/react-dom.d.ts +100 -0
- package/typings/vendor/react/react.d.ts +3152 -0
|
@@ -0,0 +1,437 @@
|
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>SignToolSettings | Document Solutions PDF Viewer - v7.1.0</title><meta name="description" content="Documentation for Document Solutions PDF Viewer - v7.1.0"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><link rel="stylesheet" href="../assets/custom.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
|
+
<div class="tsd-toolbar-contents container">
|
|
3
|
+
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
|
+
<div class="field"><label for="tsd-search-field" class="tsd-widget search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
5
|
+
<ul class="results">
|
|
6
|
+
<li class="state loading">Preparing search index...</li>
|
|
7
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">Document Solutions PDF Viewer - v7.1.0</a></div>
|
|
8
|
+
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
9
|
+
<div class="container container-main">
|
|
10
|
+
<div class="col-8 col-content">
|
|
11
|
+
<div class="tsd-page-title">
|
|
12
|
+
<ul class="tsd-breadcrumb">
|
|
13
|
+
<li><a href="../index.html">Document Solutions PDF Viewer - v7.1.0</a></li>
|
|
14
|
+
<li><a href="SignToolSettings.html">SignToolSettings</a></li></ul>
|
|
15
|
+
<h1>Type alias SignToolSettings</h1></div>
|
|
16
|
+
<div class="tsd-signature">Sign<wbr/>Tool<wbr/>Settings<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>afterAdd<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>result<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>annotation<span class="tsd-signature-symbol">: </span><a href="../classes/AnnotationBase.html" class="tsd-signature-type" data-tsd-kind="Class">AnnotationBase</a><span class="tsd-signature-symbol">; </span>pageIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span>afterShow<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>signatureDialog<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span>autoResizeCanvas<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span>beforeAdd<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>activeTool<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span>, signatureDialog<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span>beforeHide<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>signatureDialog<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span>beforeShow<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>signatureDialog<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span>bold<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span>canvasSize<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">{ </span>height<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span>width<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">; </span>convertToContent<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span>destinationScale<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span>dialogLocation<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">"Center"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"Top"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"Right"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"Bottom"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"Left"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">{ </span>x<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span>y<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">; </span>fontName<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>fontNames<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span>fontSize<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span>hasImage<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span>hideDialogFooter<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span>hideDialogTitle<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span>hideSaveSignature<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span>hideTabs<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span>hideToolbar<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span>italic<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span>location<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">"Center"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"Top"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"Right"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"Bottom"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"Left"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"TopLeft"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"TopRight"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"BottomRight"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"BottomLeft"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">{ </span>x<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span>y<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">; </span>pageIndex<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span>penColor<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>penWidth<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span>ruler<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">{ </span>Draw<span class="tsd-signature-symbol">: </span><a href="RulerLine.html" class="tsd-signature-type" data-tsd-kind="Type alias">RulerLine</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">false</span><span class="tsd-signature-symbol">; </span>Image<span class="tsd-signature-symbol">: </span><a href="RulerLine.html" class="tsd-signature-type" data-tsd-kind="Type alias">RulerLine</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">false</span><span class="tsd-signature-symbol">; </span>Type<span class="tsd-signature-symbol">: </span><a href="RulerLine.html" class="tsd-signature-type" data-tsd-kind="Type alias">RulerLine</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">false</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">false</span><span class="tsd-signature-symbol">; </span>saveSignature<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span>selectedTab<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">"Type"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"Draw"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"Image"</span><span class="tsd-signature-symbol">; </span>subject<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>tabs<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">"Type"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"Draw"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"Image"</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span>text<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>textColor<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>title<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> }</span></div>
|
|
17
|
+
<div class="tsd-comment tsd-typography"><p>Appearance settings for the Signature Tool dialog.</p>
|
|
18
|
+
</div>
|
|
19
|
+
<div class="tsd-type-declaration">
|
|
20
|
+
<h4>Type declaration</h4>
|
|
21
|
+
<ul class="tsd-parameters">
|
|
22
|
+
<li class="tsd-parameter">
|
|
23
|
+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> after<wbr/>Add<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>result<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>annotation<span class="tsd-signature-symbol">: </span><a href="../classes/AnnotationBase.html" class="tsd-signature-type" data-tsd-kind="Class">AnnotationBase</a><span class="tsd-signature-symbol">; </span>pageIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">)</span></h5>
|
|
24
|
+
<ul class="tsd-parameters">
|
|
25
|
+
<li class="tsd-parameter-signature">
|
|
26
|
+
<ul class="tsd-signatures tsd-kind-type-literal tsd-parent-kind-type-literal">
|
|
27
|
+
<li class="tsd-signature" id="__type.__type-1.__type-2"><span class="tsd-signature-symbol">(</span>result<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>annotation<span class="tsd-signature-symbol">: </span><a href="../classes/AnnotationBase.html" class="tsd-signature-type" data-tsd-kind="Class">AnnotationBase</a><span class="tsd-signature-symbol">; </span>pageIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
|
|
28
|
+
<li class="tsd-description">
|
|
29
|
+
<div class="tsd-comment tsd-typography"><p>The afterAdd event handler will be called when the result annotation is added and signature dialog is closed.</p>
|
|
30
|
+
|
|
31
|
+
<h3>Example</h3><pre><code class="language-javascript"><span class="hl-0">var</span><span class="hl-1"> </span><span class="hl-2">viewer</span><span class="hl-1"> = </span><span class="hl-0">new</span><span class="hl-1"> </span><span class="hl-3">DsPdfViewer</span><span class="hl-1">(</span><span class="hl-4">"#root"</span><span class="hl-1">);</span><br/><span class="hl-2">viewer</span><span class="hl-1">.</span><span class="hl-2">options</span><span class="hl-1">.</span><span class="hl-2">signTool</span><span class="hl-1"> = {</span><br/><span class="hl-1"> </span><span class="hl-3">afterAdd</span><span class="hl-2">:</span><span class="hl-1"> </span><span class="hl-0">function</span><span class="hl-1">() {</span><br/><span class="hl-1"> </span><span class="hl-5">// Put your code here.</span><br/><span class="hl-1"> </span><span class="hl-7">return</span><span class="hl-1"> </span><span class="hl-0">true</span><span class="hl-1">;</span><br/><span class="hl-1"> },</span><br/><span class="hl-1">};</span>
|
|
32
|
+
</code></pre>
|
|
33
|
+
|
|
34
|
+
<h3>Example</h3><pre><code class="language-javascript"><span class="hl-5">// Update the title of the result annotation and convert the annotation to content:</span><br/><span class="hl-0">var</span><span class="hl-1"> </span><span class="hl-2">viewer</span><span class="hl-1"> = </span><span class="hl-0">new</span><span class="hl-1"> </span><span class="hl-3">DsPdfViewer</span><span class="hl-1">(</span><span class="hl-2">selector</span><span class="hl-1">, {</span><br/><span class="hl-1"> </span><span class="hl-2">supportApi:</span><span class="hl-1"> {</span><br/><span class="hl-1"> </span><span class="hl-2">apiUrl:</span><span class="hl-1"> </span><span class="hl-4">'http://127.0.0.1:5001/support-api/gc-pdf-viewer'</span><span class="hl-1">,</span><br/><span class="hl-1"> </span><span class="hl-2">webSocketUrl:</span><span class="hl-1"> </span><span class="hl-0">false</span><br/><span class="hl-1"> },</span><br/><span class="hl-1"> </span><span class="hl-2">signTool:</span><span class="hl-1"> {</span><br/><span class="hl-1"> </span><span class="hl-3">afterAdd</span><span class="hl-2">:</span><span class="hl-1"> </span><span class="hl-0">function</span><span class="hl-1">(</span><span class="hl-2">result</span><span class="hl-1">) {</span><br/><span class="hl-1"> </span><span class="hl-0">var</span><span class="hl-1"> </span><span class="hl-2">annotation</span><span class="hl-1"> = </span><span class="hl-2">result</span><span class="hl-1">.</span><span class="hl-2">annotation</span><span class="hl-1">;</span><br/><span class="hl-1"> </span><span class="hl-2">annotation</span><span class="hl-1">.</span><span class="hl-2">title</span><span class="hl-1"> = </span><span class="hl-4">'New Title'</span><span class="hl-1">;</span><br/><span class="hl-1"> </span><span class="hl-2">annotation</span><span class="hl-1">.</span><span class="hl-2">convertToContent</span><span class="hl-1"> = </span><span class="hl-0">true</span><span class="hl-1">;</span><br/><span class="hl-1"> </span><span class="hl-2">viewer</span><span class="hl-1">.</span><span class="hl-3">updateAnnotation</span><span class="hl-1">(</span><span class="hl-2">result</span><span class="hl-1">.</span><span class="hl-2">pageIndex</span><span class="hl-1">, </span><span class="hl-2">annotation</span><span class="hl-1">);</span><br/><span class="hl-1"> </span><span class="hl-7">return</span><span class="hl-1"> </span><span class="hl-0">true</span><span class="hl-1">;</span><br/><span class="hl-1"> }</span><br/><span class="hl-1"> }</span><br/><span class="hl-1">});</span>
|
|
35
|
+
</code></pre>
|
|
36
|
+
</div>
|
|
37
|
+
<div class="tsd-parameters">
|
|
38
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
39
|
+
<ul class="tsd-parameter-list">
|
|
40
|
+
<li>
|
|
41
|
+
<h5>result: <span class="tsd-signature-symbol">{ </span>annotation<span class="tsd-signature-symbol">: </span><a href="../classes/AnnotationBase.html" class="tsd-signature-type" data-tsd-kind="Class">AnnotationBase</a><span class="tsd-signature-symbol">; </span>pageIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> }</span></h5>
|
|
42
|
+
<ul class="tsd-parameters">
|
|
43
|
+
<li class="tsd-parameter">
|
|
44
|
+
<h5>annotation<span class="tsd-signature-symbol">: </span><a href="../classes/AnnotationBase.html" class="tsd-signature-type" data-tsd-kind="Class">AnnotationBase</a></h5></li>
|
|
45
|
+
<li class="tsd-parameter">
|
|
46
|
+
<h5>page<wbr/>Index<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></h5></li></ul></li></ul></div>
|
|
47
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4></li></ul></li></ul></li>
|
|
48
|
+
<li class="tsd-parameter">
|
|
49
|
+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> after<wbr/>Show<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>signatureDialog<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">)</span></h5>
|
|
50
|
+
<ul class="tsd-parameters">
|
|
51
|
+
<li class="tsd-parameter-signature">
|
|
52
|
+
<ul class="tsd-signatures tsd-kind-type-literal tsd-parent-kind-type-literal">
|
|
53
|
+
<li class="tsd-signature" id="__type.__type-3.__type-4"><span class="tsd-signature-symbol">(</span>signatureDialog<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
|
|
54
|
+
<li class="tsd-description">
|
|
55
|
+
<div class="tsd-comment tsd-typography"><p>The afterShow event handler will be called after the dialog is shown.</p>
|
|
56
|
+
|
|
57
|
+
<h3>Example</h3><pre><code class="language-javascript"><span class="hl-0">var</span><span class="hl-1"> </span><span class="hl-2">viewer</span><span class="hl-1"> = </span><span class="hl-0">new</span><span class="hl-1"> </span><span class="hl-3">DsPdfViewer</span><span class="hl-1">(</span><span class="hl-4">"#root"</span><span class="hl-1">);</span><br/><span class="hl-2">viewer</span><span class="hl-1">.</span><span class="hl-2">options</span><span class="hl-1">.</span><span class="hl-2">signTool</span><span class="hl-1"> = {</span><br/><span class="hl-1"> </span><span class="hl-3">afterShow</span><span class="hl-2">:</span><span class="hl-1"> </span><span class="hl-0">function</span><span class="hl-1">() {</span><br/><span class="hl-1"> </span><span class="hl-3">alert</span><span class="hl-1">(</span><span class="hl-4">'The dialog is shown.'</span><span class="hl-1">);</span><br/><span class="hl-1"> },</span><br/><span class="hl-1">};</span>
|
|
58
|
+
</code></pre>
|
|
59
|
+
</div>
|
|
60
|
+
<div class="tsd-parameters">
|
|
61
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
62
|
+
<ul class="tsd-parameter-list">
|
|
63
|
+
<li>
|
|
64
|
+
<h5>signatureDialog: <span class="tsd-signature-type">any</span></h5></li></ul></div>
|
|
65
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4></li></ul></li></ul></li>
|
|
66
|
+
<li class="tsd-parameter">
|
|
67
|
+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> auto<wbr/>Resize<wbr/>Canvas<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span></h5>
|
|
68
|
+
<div class="tsd-comment tsd-typography"><p>Automatically adjust the canvas size so that it shrinks to fit the window when the window size is small.</p>
|
|
69
|
+
|
|
70
|
+
<h3>Default</h3><p>true;</p>
|
|
71
|
+
</div></li>
|
|
72
|
+
<li class="tsd-parameter">
|
|
73
|
+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> before<wbr/>Add<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>activeTool<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span>, signatureDialog<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span></h5>
|
|
74
|
+
<ul class="tsd-parameters">
|
|
75
|
+
<li class="tsd-parameter-signature">
|
|
76
|
+
<ul class="tsd-signatures tsd-kind-type-literal tsd-parent-kind-type-literal">
|
|
77
|
+
<li class="tsd-signature" id="__type.__type-5.__type-6"><span class="tsd-signature-symbol">(</span>activeTool<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span>, signatureDialog<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
|
|
78
|
+
<li class="tsd-description">
|
|
79
|
+
<div class="tsd-comment tsd-typography"><p>The beforeAdd event handler will be called when the Add button is clicked.
|
|
80
|
+
Return false if you want to cancel default add action.</p>
|
|
81
|
+
|
|
82
|
+
<h3>Example</h3><pre><code class="language-javascript"><span class="hl-0">var</span><span class="hl-1"> </span><span class="hl-2">viewer</span><span class="hl-1"> = </span><span class="hl-0">new</span><span class="hl-1"> </span><span class="hl-3">DsPdfViewer</span><span class="hl-1">(</span><span class="hl-4">"#root"</span><span class="hl-1">);</span><br/><span class="hl-2">viewer</span><span class="hl-1">.</span><span class="hl-2">options</span><span class="hl-1">.</span><span class="hl-2">signTool</span><span class="hl-1"> = {</span><br/><span class="hl-1"> </span><span class="hl-3">beforeAdd</span><span class="hl-2">:</span><span class="hl-1"> </span><span class="hl-0">function</span><span class="hl-1">() { </span><br/><span class="hl-1"> </span><span class="hl-5">// Put your code here.</span><br/><span class="hl-1"> </span><span class="hl-7">return</span><span class="hl-1"> </span><span class="hl-0">true</span><span class="hl-1">;</span><br/><span class="hl-1"> },</span><br/><span class="hl-1">};</span>
|
|
83
|
+
</code></pre>
|
|
84
|
+
</div>
|
|
85
|
+
<div class="tsd-parameters">
|
|
86
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
87
|
+
<ul class="tsd-parameter-list">
|
|
88
|
+
<li>
|
|
89
|
+
<h5>activeTool: <span class="tsd-signature-type">any</span></h5></li>
|
|
90
|
+
<li>
|
|
91
|
+
<h5>signatureDialog: <span class="tsd-signature-type">any</span></h5></li></ul></div>
|
|
92
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4></li></ul></li></ul></li>
|
|
93
|
+
<li class="tsd-parameter">
|
|
94
|
+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> before<wbr/>Hide<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>signatureDialog<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span></h5>
|
|
95
|
+
<ul class="tsd-parameters">
|
|
96
|
+
<li class="tsd-parameter-signature">
|
|
97
|
+
<ul class="tsd-signatures tsd-kind-type-literal tsd-parent-kind-type-literal">
|
|
98
|
+
<li class="tsd-signature" id="__type.__type-7.__type-8"><span class="tsd-signature-symbol">(</span>signatureDialog<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
|
|
99
|
+
<li class="tsd-description">
|
|
100
|
+
<div class="tsd-comment tsd-typography"><p>The beforeHide event handler will be called before the dialog is closed.
|
|
101
|
+
Return false if you want to to prevent the dialog from closing.</p>
|
|
102
|
+
|
|
103
|
+
<h3>Example</h3><pre><code class="language-javascript"><span class="hl-2">viewer</span><span class="hl-1">.</span><span class="hl-2">options</span><span class="hl-1">.</span><span class="hl-2">signTool</span><span class="hl-1"> = {</span><br/><span class="hl-1"> </span><span class="hl-2">subject:</span><span class="hl-1"> </span><span class="hl-4">"subject1"</span><span class="hl-1">,</span><br/><span class="hl-1"> </span><span class="hl-3">beforeHide</span><span class="hl-2">:</span><span class="hl-1"> </span><span class="hl-0">function</span><span class="hl-1"> (</span><span class="hl-2">dialog</span><span class="hl-1">) {</span><br/><span class="hl-1"> </span><span class="hl-5">// You can execute any custom code when the dialog is about to hide:</span><br/><span class="hl-1"> </span><span class="hl-2">console</span><span class="hl-1">.</span><span class="hl-3">log</span><span class="hl-1">(</span><span class="hl-4">"dialog subject is "</span><span class="hl-1"> + </span><span class="hl-2">dialog</span><span class="hl-1">.</span><span class="hl-2">subject</span><span class="hl-1">);</span><br/><span class="hl-1"> }</span><br/><span class="hl-1">};</span>
|
|
104
|
+
</code></pre>
|
|
105
|
+
|
|
106
|
+
<h3>Example</h3><pre><code class="language-javascript"><span class="hl-0">var</span><span class="hl-1"> </span><span class="hl-2">viewer</span><span class="hl-1"> = </span><span class="hl-0">new</span><span class="hl-1"> </span><span class="hl-3">DsPdfViewer</span><span class="hl-1">(</span><span class="hl-4">"#root"</span><span class="hl-1">);</span><br/><span class="hl-2">viewer</span><span class="hl-1">.</span><span class="hl-2">options</span><span class="hl-1">.</span><span class="hl-2">signTool</span><span class="hl-1"> = {</span><br/><span class="hl-1"> </span><span class="hl-3">beforeHide</span><span class="hl-2">:</span><span class="hl-1"> </span><span class="hl-0">function</span><span class="hl-1">() {</span><br/><span class="hl-1"> </span><span class="hl-5">// Return false to prevent the dialog from closing:</span><br/><span class="hl-1"> </span><span class="hl-7">return</span><span class="hl-1"> </span><span class="hl-0">false</span><span class="hl-1">;</span><br/><span class="hl-1"> },</span><br/><span class="hl-1">};</span>
|
|
107
|
+
</code></pre>
|
|
108
|
+
</div>
|
|
109
|
+
<div class="tsd-parameters">
|
|
110
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
111
|
+
<ul class="tsd-parameter-list">
|
|
112
|
+
<li>
|
|
113
|
+
<h5>signatureDialog: <span class="tsd-signature-type">any</span></h5></li></ul></div>
|
|
114
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4></li></ul></li></ul></li>
|
|
115
|
+
<li class="tsd-parameter">
|
|
116
|
+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> before<wbr/>Show<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>signatureDialog<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span></h5>
|
|
117
|
+
<ul class="tsd-parameters">
|
|
118
|
+
<li class="tsd-parameter-signature">
|
|
119
|
+
<ul class="tsd-signatures tsd-kind-type-literal tsd-parent-kind-type-literal">
|
|
120
|
+
<li class="tsd-signature" id="__type.__type-9.__type-10"><span class="tsd-signature-symbol">(</span>signatureDialog<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
|
|
121
|
+
<li class="tsd-description">
|
|
122
|
+
<div class="tsd-comment tsd-typography"><p>The beforeShow event handler will be called before the dialog is shown.
|
|
123
|
+
Return false if you want to prevent the dialog from showing.</p>
|
|
124
|
+
|
|
125
|
+
<h3>Example</h3><pre><code class="language-javascript"><span class="hl-0">var</span><span class="hl-1"> </span><span class="hl-2">viewer</span><span class="hl-1"> = </span><span class="hl-0">new</span><span class="hl-1"> </span><span class="hl-3">DsPdfViewer</span><span class="hl-1">(</span><span class="hl-4">"#root"</span><span class="hl-1">);</span><br/><span class="hl-2">viewer</span><span class="hl-1">.</span><span class="hl-2">options</span><span class="hl-1">.</span><span class="hl-2">signTool</span><span class="hl-1"> = {</span><br/><span class="hl-1"> </span><span class="hl-3">beforeShow</span><span class="hl-2">:</span><span class="hl-1"> </span><span class="hl-0">function</span><span class="hl-1">() {</span><br/><span class="hl-1"> </span><span class="hl-5">// Return false to cancel showing the dialog:</span><br/><span class="hl-1"> </span><span class="hl-7">return</span><span class="hl-1"> </span><span class="hl-0">false</span><span class="hl-1">;</span><br/><span class="hl-1"> },</span><br/><span class="hl-1">};</span>
|
|
126
|
+
</code></pre>
|
|
127
|
+
</div>
|
|
128
|
+
<div class="tsd-parameters">
|
|
129
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
130
|
+
<ul class="tsd-parameter-list">
|
|
131
|
+
<li>
|
|
132
|
+
<h5>signatureDialog: <span class="tsd-signature-type">any</span></h5></li></ul></div>
|
|
133
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4></li></ul></li></ul></li>
|
|
134
|
+
<li class="tsd-parameter">
|
|
135
|
+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> bold<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span></h5>
|
|
136
|
+
<div class="tsd-comment tsd-typography"><p>Bold text style for the "Type" tab.</p>
|
|
137
|
+
|
|
138
|
+
<h3>Default</h3><p>false</p>
|
|
139
|
+
</div></li>
|
|
140
|
+
<li class="tsd-parameter">
|
|
141
|
+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> canvas<wbr/>Size<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">{ </span>height<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span>width<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> }</span></h5>
|
|
142
|
+
<div class="tsd-comment tsd-typography"><p>The size of the canvas in pixels.</p>
|
|
143
|
+
|
|
144
|
+
<h3>Default</h3></div>
|
|
145
|
+
<ul class="tsd-parameters">
|
|
146
|
+
<li class="tsd-parameter">
|
|
147
|
+
<h5>height<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></h5></li>
|
|
148
|
+
<li class="tsd-parameter">
|
|
149
|
+
<h5>width<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></h5></li></ul></li>
|
|
150
|
+
<li class="tsd-parameter">
|
|
151
|
+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> convert<wbr/>To<wbr/>Content<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span></h5>
|
|
152
|
+
<div class="tsd-comment tsd-typography"><p>Convert the result stamp to content.</p>
|
|
153
|
+
|
|
154
|
+
<h3>Default</h3><p>false</p>
|
|
155
|
+
|
|
156
|
+
<h3>Example</h3><pre><code class="language-javascript"><span class="hl-0">var</span><span class="hl-1"> </span><span class="hl-2">viewer</span><span class="hl-1"> = </span><span class="hl-0">new</span><span class="hl-1"> </span><span class="hl-3">DsPdfViewer</span><span class="hl-1">(</span><span class="hl-4">"#root"</span><span class="hl-1">, </span><span class="hl-2">signTool</span><span class="hl-1">: { </span><span class="hl-2">convertToContent:</span><span class="hl-1"> </span><span class="hl-0">true</span><span class="hl-1"> });</span>
|
|
157
|
+
</code></pre>
|
|
158
|
+
</div></li>
|
|
159
|
+
<li class="tsd-parameter">
|
|
160
|
+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> destination<wbr/>Scale<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span></h5>
|
|
161
|
+
<div class="tsd-comment tsd-typography"><p>The target value for the canvas scale.
|
|
162
|
+
The result annotation bounds will be scaled using this value.
|
|
163
|
+
For example, if destinationScale is 0.5 and canvasSize is 400/200,
|
|
164
|
+
the size of the result annotation will be 200/100.</p>
|
|
165
|
+
|
|
166
|
+
<h3>Default</h3><p>0.5</p>
|
|
167
|
+
</div></li>
|
|
168
|
+
<li class="tsd-parameter">
|
|
169
|
+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> dialog<wbr/>Location<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">"Center"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"Top"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"Right"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"Bottom"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"Left"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">{ </span>x<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span>y<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> }</span></h5>
|
|
170
|
+
<div class="tsd-comment tsd-typography"><p>Dialog location within window rectangle. Origin is top/left.</p>
|
|
171
|
+
|
|
172
|
+
<h3>Default</h3><p>'Center'</p>
|
|
173
|
+
</div></li>
|
|
174
|
+
<li class="tsd-parameter">
|
|
175
|
+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> font<wbr/>Name<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span></h5>
|
|
176
|
+
<div class="tsd-comment tsd-typography"><p>The default font name that will be used for the "Type" tab.</p>
|
|
177
|
+
|
|
178
|
+
<h3>Default</h3><p>'Brush Script MT'</p>
|
|
179
|
+
</div></li>
|
|
180
|
+
<li class="tsd-parameter">
|
|
181
|
+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> font<wbr/>Names<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></h5>
|
|
182
|
+
<div class="tsd-comment tsd-typography"><p>Array of the available font names.</p>
|
|
183
|
+
|
|
184
|
+
<h3>Default</h3><p>['Arial', 'Verdana', 'Helvetica', 'Tahoma', 'Trebuchet MS', 'Times New Roman', 'Georgia', 'Garamond', 'Courier New', 'Brush Script MT']</p>
|
|
185
|
+
</div></li>
|
|
186
|
+
<li class="tsd-parameter">
|
|
187
|
+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> font<wbr/>Size<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span></h5>
|
|
188
|
+
<div class="tsd-comment tsd-typography"><p>The default font size that will be used for the "Type" tab.</p>
|
|
189
|
+
|
|
190
|
+
<h3>Default</h3><p>48</p>
|
|
191
|
+
</div></li>
|
|
192
|
+
<li class="tsd-parameter">
|
|
193
|
+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> has<wbr/>Image<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span></h5>
|
|
194
|
+
<div class="tsd-comment tsd-typography"><p>If true, the signature tool will try to load an image from local storage for the Image tab.</p>
|
|
195
|
+
|
|
196
|
+
<h3>Default</h3><p>false</p>
|
|
197
|
+
|
|
198
|
+
<h3>Example</h3><pre><code class="language-javascript"><span class="hl-5">// Create the viewer:</span><br/><span class="hl-0">var</span><span class="hl-1"> </span><span class="hl-2">viewer</span><span class="hl-1"> = </span><span class="hl-0">new</span><span class="hl-1"> </span><span class="hl-3">DsPdfViewer</span><span class="hl-1">({ </span><span class="hl-2">userName:</span><span class="hl-1"> </span><span class="hl-4">'John'</span><span class="hl-1">, </span><span class="hl-2">signTool:</span><span class="hl-1"> { </span><span class="hl-2">hasImage:</span><span class="hl-1"> </span><span class="hl-0">true</span><span class="hl-1">, </span><span class="hl-2">saveSignature:</span><span class="hl-1"> </span><span class="hl-0">true</span><span class="hl-1">, </span><span class="hl-2">selectedTab:</span><span class="hl-1"> </span><span class="hl-4">'Image'</span><span class="hl-1">, </span><span class="hl-2">tabs:</span><span class="hl-1"> [</span><span class="hl-4">'Image'</span><span class="hl-1">] } });</span><br/><span class="hl-5">// save image for use with Image tab:</span><br/><span class="hl-2">viewer</span><span class="hl-1">.</span><span class="hl-2">signToolStorage</span><span class="hl-1">.</span><span class="hl-3">saveImage</span><span class="hl-1">(</span><span class="hl-4">'Image'</span><span class="hl-1">, </span><span class="hl-2">document</span><span class="hl-1">.</span><span class="hl-3">querySelector</span><span class="hl-1">(</span><span class="hl-4">'img'</span><span class="hl-1">));</span>
|
|
199
|
+
</code></pre>
|
|
200
|
+
</div></li>
|
|
201
|
+
<li class="tsd-parameter">
|
|
202
|
+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> hide<wbr/>Dialog<wbr/>Footer<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span></h5>
|
|
203
|
+
<div class="tsd-comment tsd-typography"><p>Specifies whether to hide dialog footer.</p>
|
|
204
|
+
|
|
205
|
+
<h3>Default</h3><p>false</p>
|
|
206
|
+
</div></li>
|
|
207
|
+
<li class="tsd-parameter">
|
|
208
|
+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> hide<wbr/>Dialog<wbr/>Title<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span></h5>
|
|
209
|
+
<div class="tsd-comment tsd-typography"><p>Specifies whether to hide dialog title.</p>
|
|
210
|
+
|
|
211
|
+
<h3>Default</h3><p>false</p>
|
|
212
|
+
</div></li>
|
|
213
|
+
<li class="tsd-parameter">
|
|
214
|
+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> hide<wbr/>Save<wbr/>Signature<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span></h5>
|
|
215
|
+
<div class="tsd-comment tsd-typography"><p>Specifies whether to hide the "Save signature" button.</p>
|
|
216
|
+
|
|
217
|
+
<h3>Default</h3><p>false</p>
|
|
218
|
+
</div></li>
|
|
219
|
+
<li class="tsd-parameter">
|
|
220
|
+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> hide<wbr/>Tabs<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span></h5>
|
|
221
|
+
<div class="tsd-comment tsd-typography"><p>Specifies whether to hide tab buttons.</p>
|
|
222
|
+
|
|
223
|
+
<h3>Default</h3><p>false</p>
|
|
224
|
+
</div></li>
|
|
225
|
+
<li class="tsd-parameter">
|
|
226
|
+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> hide<wbr/>Toolbar<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span></h5>
|
|
227
|
+
<div class="tsd-comment tsd-typography"><p>Specifies whether to hide the toolbar which can be used to customize typing and drawing styles.</p>
|
|
228
|
+
|
|
229
|
+
<h3>Default</h3><p>false</p>
|
|
230
|
+
</div></li>
|
|
231
|
+
<li class="tsd-parameter">
|
|
232
|
+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> italic<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span></h5>
|
|
233
|
+
<div class="tsd-comment tsd-typography"><p>Italic text style for the "Type" tab.</p>
|
|
234
|
+
|
|
235
|
+
<h3>Default</h3><p>true</p>
|
|
236
|
+
</div></li>
|
|
237
|
+
<li class="tsd-parameter">
|
|
238
|
+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> location<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">"Center"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"Top"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"Right"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"Bottom"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"Left"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"TopLeft"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"TopRight"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"BottomRight"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"BottomLeft"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">{ </span>x<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span>y<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> }</span></h5>
|
|
239
|
+
<div class="tsd-comment tsd-typography"><p>The result location of the annotation on the page.
|
|
240
|
+
Note, when you specify the exact location (using {x, y} values), the origin is at the bottom left corner.</p>
|
|
241
|
+
|
|
242
|
+
<h3>Default</h3><p>'BottomRight'</p>
|
|
243
|
+
</div></li>
|
|
244
|
+
<li class="tsd-parameter">
|
|
245
|
+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> page<wbr/>Index<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span></h5>
|
|
246
|
+
<div class="tsd-comment tsd-typography"><p>Destination page index.</p>
|
|
247
|
+
|
|
248
|
+
<h3>Default</h3><p>The default is the visible page index.</p>
|
|
249
|
+
</div></li>
|
|
250
|
+
<li class="tsd-parameter">
|
|
251
|
+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> pen<wbr/>Color<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span></h5>
|
|
252
|
+
<div class="tsd-comment tsd-typography"><p>Pen color.</p>
|
|
253
|
+
|
|
254
|
+
<h3>Default</h3><p>#000000</p>
|
|
255
|
+
|
|
256
|
+
<h3>Example</h3><pre><code class="language-javascript"><span class="hl-1"> </span><span class="hl-2">options</span><span class="hl-1">.</span><span class="hl-2">signTool</span><span class="hl-1"> = {</span><br/><span class="hl-1"> </span><span class="hl-2">penColor:</span><span class="hl-1"> </span><span class="hl-4">'#00ff00'</span><br/><span class="hl-1"> };</span>
|
|
257
|
+
</code></pre>
|
|
258
|
+
</div></li>
|
|
259
|
+
<li class="tsd-parameter">
|
|
260
|
+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> pen<wbr/>Width<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span></h5>
|
|
261
|
+
<div class="tsd-comment tsd-typography"><p>Pen width.</p>
|
|
262
|
+
|
|
263
|
+
<h3>Default</h3><p>2</p>
|
|
264
|
+
</div></li>
|
|
265
|
+
<li class="tsd-parameter">
|
|
266
|
+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> ruler<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">{ </span>Draw<span class="tsd-signature-symbol">: </span><a href="RulerLine.html" class="tsd-signature-type" data-tsd-kind="Type alias">RulerLine</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">false</span><span class="tsd-signature-symbol">; </span>Image<span class="tsd-signature-symbol">: </span><a href="RulerLine.html" class="tsd-signature-type" data-tsd-kind="Type alias">RulerLine</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">false</span><span class="tsd-signature-symbol">; </span>Type<span class="tsd-signature-symbol">: </span><a href="RulerLine.html" class="tsd-signature-type" data-tsd-kind="Type alias">RulerLine</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">false</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">false</span></h5>
|
|
267
|
+
<div class="tsd-comment tsd-typography"><p>Canvas ruler lines customization.</p>
|
|
268
|
+
|
|
269
|
+
<h3>Example</h3><pre><code class="language-javascript"><span class="hl-5">// Hide all ruler lines:</span><br/><span class="hl-2">viewer</span><span class="hl-1">.</span><span class="hl-2">options</span><span class="hl-1">.</span><span class="hl-2">signTool</span><span class="hl-1"> = { </span><span class="hl-2">ruler:</span><span class="hl-1"> </span><span class="hl-0">false</span><span class="hl-1"> };</span>
|
|
270
|
+
</code></pre>
|
|
271
|
+
|
|
272
|
+
<h3>Example</h3><pre><code class="language-javascript"><span class="hl-5">// Hide the ruler for the Draw tab:</span><br/><span class="hl-2">viewer</span><span class="hl-1">.</span><span class="hl-2">options</span><span class="hl-1">.</span><span class="hl-2">signTool</span><span class="hl-1"> = { </span><span class="hl-2">ruler:</span><span class="hl-1"> { </span><span class="hl-2">Draw:</span><span class="hl-1"> </span><span class="hl-0">false</span><span class="hl-1"> } };</span>
|
|
273
|
+
</code></pre>
|
|
274
|
+
|
|
275
|
+
<h3>Example</h3><pre><code class="language-javascript"><span class="hl-5">// Define a custom ruler lines for the Draw tab:</span><br/><span class="hl-2">viewer</span><span class="hl-1">.</span><span class="hl-2">options</span><span class="hl-1">.</span><span class="hl-2">signTool</span><span class="hl-1"> = { </span><br/><span class="hl-1"> </span><span class="hl-2">ruler:</span><span class="hl-1"> { </span><br/><span class="hl-1"> </span><span class="hl-2">Draw:</span><span class="hl-1"> [{ </span><span class="hl-2">color:</span><span class="hl-1"> </span><span class="hl-4">"#ff0000"</span><span class="hl-1">, </span><span class="hl-2">size:</span><span class="hl-1"> </span><span class="hl-8">5</span><span class="hl-1">, </span><span class="hl-2">type:</span><span class="hl-1"> </span><span class="hl-4">"dashed"</span><span class="hl-1">, </span><span class="hl-2">position:</span><span class="hl-1"> </span><span class="hl-8">50</span><span class="hl-1"> },</span><br/><span class="hl-1"> { </span><span class="hl-2">color:</span><span class="hl-1"> </span><span class="hl-4">"#ff00ff"</span><span class="hl-1">, </span><span class="hl-2">size:</span><span class="hl-1"> </span><span class="hl-8">2</span><span class="hl-1">, </span><span class="hl-2">type:</span><span class="hl-1"> </span><span class="hl-4">"solid"</span><span class="hl-1">, </span><span class="hl-2">position:</span><span class="hl-1"> </span><span class="hl-8">80</span><span class="hl-1"> }] </span><br/><span class="hl-1"> } </span><br/><span class="hl-1">};</span>
|
|
276
|
+
</code></pre>
|
|
277
|
+
</div></li>
|
|
278
|
+
<li class="tsd-parameter">
|
|
279
|
+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> save<wbr/>Signature<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span></h5>
|
|
280
|
+
<div class="tsd-comment tsd-typography"><p>Indicates whether the signature data must be saved
|
|
281
|
+
into browser's local storage for later use.
|
|
282
|
+
The saved data is owned by the active user, which can be set using the currentUserName property.</p>
|
|
283
|
+
|
|
284
|
+
<h3>Default</h3><p>false</p>
|
|
285
|
+
</div></li>
|
|
286
|
+
<li class="tsd-parameter">
|
|
287
|
+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> selected<wbr/>Tab<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">"Type"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"Draw"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"Image"</span></h5>
|
|
288
|
+
<div class="tsd-comment tsd-typography"><p>Initially selected tab.</p>
|
|
289
|
+
|
|
290
|
+
<h3>Default</h3><p>Default is 'Draw'</p>
|
|
291
|
+
|
|
292
|
+
<h3>Example</h3><pre><code class="language-javascript"><span class="hl-0">var</span><span class="hl-1"> </span><span class="hl-2">viewer</span><span class="hl-1"> = </span><span class="hl-0">new</span><span class="hl-1"> </span><span class="hl-3">DsPdfViewer</span><span class="hl-1">(</span><span class="hl-4">"#host"</span><span class="hl-1">, {</span><br/><span class="hl-1"> </span><span class="hl-2">signTool:</span><span class="hl-1"> { </span><span class="hl-2">selectedTab:</span><span class="hl-1"> </span><span class="hl-4">'Type'</span><span class="hl-1"> }</span><br/><span class="hl-1">});</span>
|
|
293
|
+
</code></pre>
|
|
294
|
+
</div></li>
|
|
295
|
+
<li class="tsd-parameter">
|
|
296
|
+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> subject<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span></h5>
|
|
297
|
+
<div class="tsd-comment tsd-typography"><p>Result annotation subject.</p>
|
|
298
|
+
|
|
299
|
+
<h3>Default</h3><p>empty string</p>
|
|
300
|
+
</div></li>
|
|
301
|
+
<li class="tsd-parameter">
|
|
302
|
+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> tabs<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">"Type"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"Draw"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"Image"</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></h5>
|
|
303
|
+
<div class="tsd-comment tsd-typography"><p>Array of the available tabs. The order of the tabs is preserved.
|
|
304
|
+
Possible values are: 'Type', 'Draw', 'Image'.</p>
|
|
305
|
+
|
|
306
|
+
<h3>Default</h3><p>['Type', 'Draw', 'Image']</p>
|
|
307
|
+
</div></li>
|
|
308
|
+
<li class="tsd-parameter">
|
|
309
|
+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> text<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span></h5>
|
|
310
|
+
<div class="tsd-comment tsd-typography"><p>The default text that will be used for the "Type" tab.</p>
|
|
311
|
+
</div></li>
|
|
312
|
+
<li class="tsd-parameter">
|
|
313
|
+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> text<wbr/>Color<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span></h5>
|
|
314
|
+
<div class="tsd-comment tsd-typography"><p>Text color.</p>
|
|
315
|
+
|
|
316
|
+
<h3>Default</h3><p>#000000</p>
|
|
317
|
+
|
|
318
|
+
<h3>Example</h3><pre><code class="language-javascript"><span class="hl-1"> </span><span class="hl-2">options</span><span class="hl-1">.</span><span class="hl-2">signTool</span><span class="hl-1"> = {</span><br/><span class="hl-1"> </span><span class="hl-2">textColor:</span><span class="hl-1"> </span><span class="hl-4">'#00ff00'</span><br/><span class="hl-1"> };</span>
|
|
319
|
+
</code></pre>
|
|
320
|
+
</div></li>
|
|
321
|
+
<li class="tsd-parameter">
|
|
322
|
+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> title<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span></h5>
|
|
323
|
+
<div class="tsd-comment tsd-typography"><p>Dialog title.</p>
|
|
324
|
+
|
|
325
|
+
<h3>Default</h3><p>'Add Signature'</p>
|
|
326
|
+
|
|
327
|
+
<h3>Example</h3><pre><code class="language-javascript"><span class="hl-1"> </span><span class="hl-2">options</span><span class="hl-1">.</span><span class="hl-2">signTool</span><span class="hl-1"> = {</span><br/><span class="hl-1"> </span><span class="hl-2">title:</span><span class="hl-1"> </span><span class="hl-4">'Signature'</span><br/><span class="hl-1"> };</span>
|
|
328
|
+
</code></pre>
|
|
329
|
+
</div></li></ul></div></div>
|
|
330
|
+
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
331
|
+
<div class="tsd-navigation settings">
|
|
332
|
+
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
333
|
+
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Settings</h3></summary>
|
|
334
|
+
<div class="tsd-accordion-details">
|
|
335
|
+
<div class="tsd-filter-visibility">
|
|
336
|
+
<h4 class="uppercase">Member Visibility</h4><form>
|
|
337
|
+
<ul id="tsd-filter-options">
|
|
338
|
+
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li></ul></form></div>
|
|
339
|
+
<div class="tsd-theme-toggle">
|
|
340
|
+
<h4 class="uppercase">Theme</h4><select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div>
|
|
341
|
+
<nav class="tsd-navigation primary">
|
|
342
|
+
<details class="tsd-index-accordion" open><summary class="tsd-accordion-summary">
|
|
343
|
+
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
|
|
344
|
+
<div class="tsd-accordion-details">
|
|
345
|
+
<ul>
|
|
346
|
+
<li><a href="../index.html">Document <wbr/>Solutions PDF <wbr/>Viewer -<wbr/> v7.1.0</a>
|
|
347
|
+
<ul></ul></li></ul></div></details></nav>
|
|
348
|
+
<nav class="tsd-navigation secondary menu-sticky">
|
|
349
|
+
<ul>
|
|
350
|
+
<li class="tsd-kind-class"><a href="../classes/AnnotationBase.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-class)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-128-path"></rect><path d="M11.898 16.1201C11.098 16.1201 10.466 15.8961 10.002 15.4481C9.53803 15.0001 9.30603 14.3841 9.30603 13.6001V9.64012C9.30603 8.85612 9.53803 8.24012 10.002 7.79212C10.466 7.34412 11.098 7.12012 11.898 7.12012C12.682 7.12012 13.306 7.34812 13.77 7.80412C14.234 8.25212 14.466 8.86412 14.466 9.64012H13.386C13.386 9.14412 13.254 8.76412 12.99 8.50012C12.734 8.22812 12.37 8.09212 11.898 8.09212C11.426 8.09212 11.054 8.22412 10.782 8.48812C10.518 8.75212 10.386 9.13212 10.386 9.62812V13.6001C10.386 14.0961 10.518 14.4801 10.782 14.7521C11.054 15.0161 11.426 15.1481 11.898 15.1481C12.37 15.1481 12.734 15.0161 12.99 14.7521C13.254 14.4801 13.386 14.0961 13.386 13.6001H14.466C14.466 14.3761 14.234 14.9921 13.77 15.4481C13.306 15.8961 12.682 16.1201 11.898 16.1201Z" fill="var(--color-text)" id="icon-128-text"></path></svg>Annotation<wbr/>Base</a></li>
|
|
351
|
+
<li class="tsd-kind-type-alias"><a href="AnnotationMarkedStateType.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-4194304-path"></rect><path d="M11.31 16V8.224H8.91V7.24H14.79V8.224H12.39V16H11.31Z" fill="var(--color-text)" id="icon-4194304-text"></path></svg>Annotation<wbr/>Marked<wbr/>State<wbr/>Type</a></li>
|
|
352
|
+
<li class="tsd-kind-type-alias"><a href="AnnotationReviewStateType.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Annotation<wbr/>Review<wbr/>State<wbr/>Type</a></li>
|
|
353
|
+
<li class="tsd-kind-type-alias"><a href="AnnotationStateModel.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Annotation<wbr/>State<wbr/>Model</a></li>
|
|
354
|
+
<li class="tsd-kind-enum"><a href="../enums/AnnotationTypeCode.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-enum)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-8-path"></rect><path d="M9.45 16V7.24H14.49V8.224H10.518V10.936H14.07V11.908H10.518V15.016H14.49V16H9.45Z" fill="var(--color-text)" id="icon-8-text"></path></svg>Annotation<wbr/>Type<wbr/>Code</a></li>
|
|
355
|
+
<li class="tsd-kind-type-alias"><a href="AnnotationTypeName.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Annotation<wbr/>Type<wbr/>Name</a></li>
|
|
356
|
+
<li class="tsd-kind-type-alias"><a href="BusEventName.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Bus<wbr/>Event<wbr/>Name</a></li>
|
|
357
|
+
<li class="tsd-kind-class"><a href="../classes/ButtonWidget.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>Button<wbr/>Widget</a></li>
|
|
358
|
+
<li class="tsd-kind-class"><a href="../classes/ChoiceWidget.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>Choice<wbr/>Widget</a></li>
|
|
359
|
+
<li class="tsd-kind-class"><a href="../classes/CircleAnnotation.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>Circle<wbr/>Annotation</a></li>
|
|
360
|
+
<li class="tsd-kind-type-alias"><a href="DocumentListItem.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Document<wbr/>List<wbr/>Item</a></li>
|
|
361
|
+
<li class="tsd-kind-class"><a href="../classes/DsPdfViewer.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>Ds<wbr/>Pdf<wbr/>Viewer</a></li>
|
|
362
|
+
<li class="tsd-kind-type-alias"><a href="FieldAppearanceRenderingType.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Field<wbr/>Appearance<wbr/>Rendering<wbr/>Type</a></li>
|
|
363
|
+
<li class="tsd-kind-class"><a href="../classes/FileAttachmentAnnotation.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>File<wbr/>Attachment<wbr/>Annotation</a></li>
|
|
364
|
+
<li class="tsd-kind-type-alias"><a href="FormFieldMapping.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Form<wbr/>Field<wbr/>Mapping</a></li>
|
|
365
|
+
<li class="tsd-kind-type-alias"><a href="FormFillerSettings.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Form<wbr/>Filler<wbr/>Settings</a></li>
|
|
366
|
+
<li class="tsd-kind-class"><a href="../classes/FreeTextAnnotation.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>Free<wbr/>Text<wbr/>Annotation</a></li>
|
|
367
|
+
<li class="tsd-kind-class"><a href="../classes/GcPdfSearcher.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>Gc<wbr/>Pdf<wbr/>Searcher</a></li>
|
|
368
|
+
<li class="tsd-kind-class"><a href="../classes/GcPdfViewer.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>Gc<wbr/>Pdf<wbr/>Viewer</a></li>
|
|
369
|
+
<li class="tsd-kind-type-alias"><a href="GcProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Gc<wbr/>Props</a></li>
|
|
370
|
+
<li class="tsd-kind-class"><a href="../classes/HighlightAnnotation.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>Highlight<wbr/>Annotation</a></li>
|
|
371
|
+
<li class="tsd-kind-interface"><a href="../interfaces/IGCEventBus.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-interface)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-256-path"></rect><path d="M9.51 16V15.016H11.298V8.224H9.51V7.24H14.19V8.224H12.402V15.016H14.19V16H9.51Z" fill="var(--color-text)" id="icon-256-text"></path></svg>IGCEvent<wbr/>Bus</a></li>
|
|
372
|
+
<li class="tsd-kind-class"><a href="../classes/InkAnnotation.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>Ink<wbr/>Annotation</a></li>
|
|
373
|
+
<li class="tsd-kind-type-alias"><a href="InputFieldMapping.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Input<wbr/>Field<wbr/>Mapping</a></li>
|
|
374
|
+
<li class="tsd-kind-type-alias"><a href="JsCancelEventArgs.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Js<wbr/>Cancel<wbr/>Event<wbr/>Args</a></li>
|
|
375
|
+
<li class="tsd-kind-type-alias"><a href="JsEventArgs.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Js<wbr/>Event<wbr/>Args</a></li>
|
|
376
|
+
<li class="tsd-kind-type-alias"><a href="JsExecutionConfig.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Js<wbr/>Execution<wbr/>Config</a></li>
|
|
377
|
+
<li class="tsd-kind-type-alias"><a href="KeyboardShortcutDefinition.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Keyboard<wbr/>Shortcut<wbr/>Definition</a></li>
|
|
378
|
+
<li class="tsd-kind-type-alias"><a href="KeyboardShortcutTool.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Keyboard<wbr/>Shortcut<wbr/>Tool</a></li>
|
|
379
|
+
<li class="tsd-kind-class"><a href="../classes/LineAnnotation.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>Line<wbr/>Annotation</a></li>
|
|
380
|
+
<li class="tsd-kind-type-alias"><a href="LineEndStyle.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Line<wbr/>End<wbr/>Style</a></li>
|
|
381
|
+
<li class="tsd-kind-class"><a href="../classes/LinkAnnotation.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>Link<wbr/>Annotation</a></li>
|
|
382
|
+
<li class="tsd-kind-type-alias"><a href="LinkDestinationType.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Link<wbr/>Destination<wbr/>Type</a></li>
|
|
383
|
+
<li class="tsd-kind-type-alias"><a href="LinkType.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Link<wbr/>Type</a></li>
|
|
384
|
+
<li class="tsd-kind-type-alias"><a href="LogLevel.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Log<wbr/>Level</a></li>
|
|
385
|
+
<li class="tsd-kind-class"><a href="../classes/MarkupAnnotation.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>Markup<wbr/>Annotation</a></li>
|
|
386
|
+
<li class="tsd-kind-enum"><a href="../enums/ModificationType.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-8-path"></use><use href="#icon-8-text"></use></svg>Modification<wbr/>Type</a></li>
|
|
387
|
+
<li class="tsd-kind-type-alias"><a href="ModificationsState.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Modifications<wbr/>State</a></li>
|
|
388
|
+
<li class="tsd-kind-type-alias"><a href="NamedAction.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Named<wbr/>Action</a></li>
|
|
389
|
+
<li class="tsd-kind-type-alias"><a href="OpenAction.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Open<wbr/>Action</a></li>
|
|
390
|
+
<li class="tsd-kind-type-alias"><a href="OpenParameters.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Open<wbr/>Parameters</a></li>
|
|
391
|
+
<li class="tsd-kind-type-alias"><a href="OptionalContentConfig.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Optional<wbr/>Content<wbr/>Config</a></li>
|
|
392
|
+
<li class="tsd-kind-type-alias"><a href="OptionalContentGroup.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Optional<wbr/>Content<wbr/>Group</a></li>
|
|
393
|
+
<li class="tsd-kind-type-alias"><a href="PageLayout.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Page<wbr/>Layout</a></li>
|
|
394
|
+
<li class="tsd-kind-type-alias"><a href="PageMode.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Page<wbr/>Mode</a></li>
|
|
395
|
+
<li class="tsd-kind-type-alias"><a href="PageModification.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Page<wbr/>Modification</a></li>
|
|
396
|
+
<li class="tsd-kind-type-alias"><a href="PageStructureChange.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Page<wbr/>Structure<wbr/>Change</a></li>
|
|
397
|
+
<li class="tsd-kind-type-alias"><a href="PageViewport.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Page<wbr/>Viewport</a></li>
|
|
398
|
+
<li class="tsd-kind-type-alias"><a href="PdfOrganizerSettings.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Pdf<wbr/>Organizer<wbr/>Settings</a></li>
|
|
399
|
+
<li class="tsd-kind-class"><a href="../classes/PolyLineAnnotation.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>Poly<wbr/>Line<wbr/>Annotation</a></li>
|
|
400
|
+
<li class="tsd-kind-class"><a href="../classes/PolygonAnnotation.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>Polygon<wbr/>Annotation</a></li>
|
|
401
|
+
<li class="tsd-kind-class"><a href="../classes/PopupAnnotation.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>Popup<wbr/>Annotation</a></li>
|
|
402
|
+
<li class="tsd-kind-class"><a href="../classes/RedactAnnotation.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>Redact<wbr/>Annotation</a></li>
|
|
403
|
+
<li class="tsd-kind-type-alias"><a href="ReplyToolSettings.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Reply<wbr/>Tool<wbr/>Settings</a></li>
|
|
404
|
+
<li class="tsd-kind-type-alias"><a href="RotationInit.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Rotation<wbr/>Init</a></li>
|
|
405
|
+
<li class="tsd-kind-type-alias"><a href="RulerLine.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Ruler<wbr/>Line</a></li>
|
|
406
|
+
<li class="tsd-kind-type-alias"><a href="SaveSettings.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Save<wbr/>Settings</a></li>
|
|
407
|
+
<li class="tsd-kind-type-alias"><a href="ScrollPageIntoViewOptions.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Scroll<wbr/>Page<wbr/>Into<wbr/>View<wbr/>Options</a></li>
|
|
408
|
+
<li class="tsd-kind-enum"><a href="../enums/SharedAccessMode.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-8-path"></use><use href="#icon-8-text"></use></svg>Shared<wbr/>Access<wbr/>Mode</a></li>
|
|
409
|
+
<li class="tsd-kind-type-alias"><a href="SharedDocumentInfo.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Shared<wbr/>Document<wbr/>Info</a></li>
|
|
410
|
+
<li class="current tsd-kind-type-alias"><a href="SignToolSettings.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Sign<wbr/>Tool<wbr/>Settings</a></li>
|
|
411
|
+
<li class="tsd-kind-class"><a href="../classes/SignatureAnnotation.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>Signature<wbr/>Annotation</a></li>
|
|
412
|
+
<li class="tsd-kind-type-alias"><a href="SignatureInfo.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Signature<wbr/>Info</a></li>
|
|
413
|
+
<li class="tsd-kind-type-alias"><a href="SignatureInformation.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Signature<wbr/>Information</a></li>
|
|
414
|
+
<li class="tsd-kind-class"><a href="../classes/SoundAnnotation.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>Sound<wbr/>Annotation</a></li>
|
|
415
|
+
<li class="tsd-kind-class"><a href="../classes/SquareAnnotation.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>Square<wbr/>Annotation</a></li>
|
|
416
|
+
<li class="tsd-kind-class"><a href="../classes/SquigglyAnnotation.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>Squiggly<wbr/>Annotation</a></li>
|
|
417
|
+
<li class="tsd-kind-class"><a href="../classes/StampAnnotation.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>Stamp<wbr/>Annotation</a></li>
|
|
418
|
+
<li class="tsd-kind-type-alias"><a href="StampCategory.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Stamp<wbr/>Category</a></li>
|
|
419
|
+
<li class="tsd-kind-class"><a href="../classes/StrikeOutAnnotation.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>Strike<wbr/>Out<wbr/>Annotation</a></li>
|
|
420
|
+
<li class="tsd-kind-type-alias"><a href="StructTreeContent.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Struct<wbr/>Tree<wbr/>Content</a></li>
|
|
421
|
+
<li class="tsd-kind-type-alias"><a href="StructTreeNode.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Struct<wbr/>Tree<wbr/>Node</a></li>
|
|
422
|
+
<li class="tsd-kind-type-alias"><a href="StructureChanges.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Structure<wbr/>Changes</a></li>
|
|
423
|
+
<li class="tsd-kind-type-alias"><a href="SupportApiSettings.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Support<wbr/>Api<wbr/>Settings</a></li>
|
|
424
|
+
<li class="tsd-kind-enum"><a href="../enums/TextAlignmentType.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-8-path"></use><use href="#icon-8-text"></use></svg>Text<wbr/>Alignment<wbr/>Type</a></li>
|
|
425
|
+
<li class="tsd-kind-class"><a href="../classes/TextAnnotation.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>Text<wbr/>Annotation</a></li>
|
|
426
|
+
<li class="tsd-kind-type-alias"><a href="TextMarkupContextMenuSettings.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Text<wbr/>Markup<wbr/>Context<wbr/>Menu<wbr/>Settings</a></li>
|
|
427
|
+
<li class="tsd-kind-class"><a href="../classes/TextWidget.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>Text<wbr/>Widget</a></li>
|
|
428
|
+
<li class="tsd-kind-type-alias"><a href="ToolbarButtonKey.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Toolbar<wbr/>Button<wbr/>Key</a></li>
|
|
429
|
+
<li class="tsd-kind-class"><a href="../classes/UnderlineAnnotation.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>Underline<wbr/>Annotation</a></li>
|
|
430
|
+
<li class="tsd-kind-type-alias"><a href="UndoChangeName.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Undo<wbr/>Change<wbr/>Name</a></li>
|
|
431
|
+
<li class="tsd-kind-type-alias"><a href="UserAccess.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>User<wbr/>Access</a></li>
|
|
432
|
+
<li class="tsd-kind-type-alias"><a href="ViewerFeatureName.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Viewer<wbr/>Feature<wbr/>Name</a></li>
|
|
433
|
+
<li class="tsd-kind-class"><a href="../classes/ViewerOptions.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>Viewer<wbr/>Options</a></li>
|
|
434
|
+
<li class="tsd-kind-type-alias"><a href="ViewerPreferences.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Viewer<wbr/>Preferences</a></li>
|
|
435
|
+
<li class="tsd-kind-class"><a href="../classes/WidgetAnnotation.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>Widget<wbr/>Annotation</a></li>
|
|
436
|
+
<li class="tsd-kind-type-alias"><a href="WidgetFieldTypeName.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Widget<wbr/>Field<wbr/>Type<wbr/>Name</a></li></ul></nav></div></div>
|
|
437
|
+
<div class="overlay"></div><script src="../assets/main.js"></script></body></html>
|