@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,126 @@
|
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>AnnotationStateModel | 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="AnnotationStateModel.html">AnnotationStateModel</a></li></ul>
|
|
15
|
+
<h1>Type alias AnnotationStateModel</h1></div>
|
|
16
|
+
<div class="tsd-signature">Annotation<wbr/>State<wbr/>Model<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"Marked"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"Review"</span></div>
|
|
17
|
+
<div class="tsd-comment tsd-typography"><p>Annotation state model.</p>
|
|
18
|
+
</div></div>
|
|
19
|
+
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
20
|
+
<div class="tsd-navigation settings">
|
|
21
|
+
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
22
|
+
<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>
|
|
23
|
+
<div class="tsd-accordion-details">
|
|
24
|
+
<div class="tsd-filter-visibility">
|
|
25
|
+
<h4 class="uppercase">Member Visibility</h4><form>
|
|
26
|
+
<ul id="tsd-filter-options">
|
|
27
|
+
<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>
|
|
28
|
+
<div class="tsd-theme-toggle">
|
|
29
|
+
<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>
|
|
30
|
+
<nav class="tsd-navigation primary">
|
|
31
|
+
<details class="tsd-index-accordion" open><summary class="tsd-accordion-summary">
|
|
32
|
+
<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>
|
|
33
|
+
<div class="tsd-accordion-details">
|
|
34
|
+
<ul>
|
|
35
|
+
<li><a href="../index.html">Document <wbr/>Solutions PDF <wbr/>Viewer -<wbr/> v7.1.0</a>
|
|
36
|
+
<ul></ul></li></ul></div></details></nav>
|
|
37
|
+
<nav class="tsd-navigation secondary menu-sticky">
|
|
38
|
+
<ul>
|
|
39
|
+
<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>
|
|
40
|
+
<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>
|
|
41
|
+
<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>
|
|
42
|
+
<li class="current 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>
|
|
43
|
+
<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>
|
|
44
|
+
<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>
|
|
45
|
+
<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>
|
|
46
|
+
<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>
|
|
47
|
+
<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>
|
|
48
|
+
<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>
|
|
49
|
+
<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>
|
|
50
|
+
<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>
|
|
51
|
+
<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>
|
|
52
|
+
<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>
|
|
53
|
+
<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>
|
|
54
|
+
<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>
|
|
55
|
+
<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>
|
|
56
|
+
<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>
|
|
57
|
+
<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>
|
|
58
|
+
<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>
|
|
59
|
+
<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>
|
|
60
|
+
<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>
|
|
61
|
+
<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>
|
|
62
|
+
<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>
|
|
63
|
+
<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>
|
|
64
|
+
<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>
|
|
65
|
+
<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>
|
|
66
|
+
<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>
|
|
67
|
+
<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>
|
|
68
|
+
<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>
|
|
69
|
+
<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>
|
|
70
|
+
<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>
|
|
71
|
+
<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>
|
|
72
|
+
<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>
|
|
73
|
+
<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>
|
|
74
|
+
<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>
|
|
75
|
+
<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>
|
|
76
|
+
<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>
|
|
77
|
+
<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>
|
|
78
|
+
<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>
|
|
79
|
+
<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>
|
|
80
|
+
<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>
|
|
81
|
+
<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>
|
|
82
|
+
<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>
|
|
83
|
+
<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>
|
|
84
|
+
<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>
|
|
85
|
+
<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>
|
|
86
|
+
<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>
|
|
87
|
+
<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>
|
|
88
|
+
<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>
|
|
89
|
+
<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>
|
|
90
|
+
<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>
|
|
91
|
+
<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>
|
|
92
|
+
<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>
|
|
93
|
+
<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>
|
|
94
|
+
<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>
|
|
95
|
+
<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>
|
|
96
|
+
<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>
|
|
97
|
+
<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>
|
|
98
|
+
<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>
|
|
99
|
+
<li class="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>
|
|
100
|
+
<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>
|
|
101
|
+
<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>
|
|
102
|
+
<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>
|
|
103
|
+
<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>
|
|
104
|
+
<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>
|
|
105
|
+
<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>
|
|
106
|
+
<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>
|
|
107
|
+
<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>
|
|
108
|
+
<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>
|
|
109
|
+
<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>
|
|
110
|
+
<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>
|
|
111
|
+
<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>
|
|
112
|
+
<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>
|
|
113
|
+
<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>
|
|
114
|
+
<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>
|
|
115
|
+
<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>
|
|
116
|
+
<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>
|
|
117
|
+
<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>
|
|
118
|
+
<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>
|
|
119
|
+
<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>
|
|
120
|
+
<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>
|
|
121
|
+
<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>
|
|
122
|
+
<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>
|
|
123
|
+
<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>
|
|
124
|
+
<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>
|
|
125
|
+
<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>
|
|
126
|
+
<div class="overlay"></div><script src="../assets/main.js"></script></body></html>
|
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>AnnotationTypeName | 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="AnnotationTypeName.html">AnnotationTypeName</a></li></ul>
|
|
15
|
+
<h1>Type alias AnnotationTypeName</h1></div>
|
|
16
|
+
<div class="tsd-signature">Annotation<wbr/>Type<wbr/>Name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"Text"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"Link"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"FreeText"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"Line"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"Square"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"Circle"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"Polygon"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"PolyLine"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"Highlight"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"Underline"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"Squiggly"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"Strikeout"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"StrikeOut"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"Stamp"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"Caret"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"Ink"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"Popup"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"FileAttachment"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"Sound"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"Movie"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"Widget"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"Screen"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"PrinterMark"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"TrapNet"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"WaterMark"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"Redact"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"Signature"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"ThreadBead"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"RadioButton"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"Checkbox"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"PushButton"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"Choice"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"TextWidget"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"RichMedia"</span></div>
|
|
17
|
+
<div class="tsd-comment tsd-typography"><p>Annotation type name.</p>
|
|
18
|
+
</div></div>
|
|
19
|
+
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
20
|
+
<div class="tsd-navigation settings">
|
|
21
|
+
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
22
|
+
<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>
|
|
23
|
+
<div class="tsd-accordion-details">
|
|
24
|
+
<div class="tsd-filter-visibility">
|
|
25
|
+
<h4 class="uppercase">Member Visibility</h4><form>
|
|
26
|
+
<ul id="tsd-filter-options">
|
|
27
|
+
<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>
|
|
28
|
+
<div class="tsd-theme-toggle">
|
|
29
|
+
<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>
|
|
30
|
+
<nav class="tsd-navigation primary">
|
|
31
|
+
<details class="tsd-index-accordion" open><summary class="tsd-accordion-summary">
|
|
32
|
+
<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>
|
|
33
|
+
<div class="tsd-accordion-details">
|
|
34
|
+
<ul>
|
|
35
|
+
<li><a href="../index.html">Document <wbr/>Solutions PDF <wbr/>Viewer -<wbr/> v7.1.0</a>
|
|
36
|
+
<ul></ul></li></ul></div></details></nav>
|
|
37
|
+
<nav class="tsd-navigation secondary menu-sticky">
|
|
38
|
+
<ul>
|
|
39
|
+
<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>
|
|
40
|
+
<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>
|
|
41
|
+
<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>
|
|
42
|
+
<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>
|
|
43
|
+
<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>
|
|
44
|
+
<li class="current 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>
|
|
45
|
+
<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>
|
|
46
|
+
<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>
|
|
47
|
+
<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>
|
|
48
|
+
<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>
|
|
49
|
+
<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>
|
|
50
|
+
<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>
|
|
51
|
+
<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>
|
|
52
|
+
<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>
|
|
53
|
+
<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>
|
|
54
|
+
<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>
|
|
55
|
+
<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>
|
|
56
|
+
<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>
|
|
57
|
+
<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>
|
|
58
|
+
<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>
|
|
59
|
+
<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>
|
|
60
|
+
<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>
|
|
61
|
+
<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>
|
|
62
|
+
<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>
|
|
63
|
+
<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>
|
|
64
|
+
<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>
|
|
65
|
+
<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>
|
|
66
|
+
<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>
|
|
67
|
+
<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>
|
|
68
|
+
<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>
|
|
69
|
+
<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>
|
|
70
|
+
<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>
|
|
71
|
+
<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>
|
|
72
|
+
<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>
|
|
73
|
+
<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>
|
|
74
|
+
<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>
|
|
75
|
+
<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>
|
|
76
|
+
<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>
|
|
77
|
+
<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>
|
|
78
|
+
<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>
|
|
79
|
+
<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>
|
|
80
|
+
<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>
|
|
81
|
+
<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>
|
|
82
|
+
<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>
|
|
83
|
+
<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>
|
|
84
|
+
<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>
|
|
85
|
+
<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>
|
|
86
|
+
<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>
|
|
87
|
+
<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>
|
|
88
|
+
<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>
|
|
89
|
+
<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>
|
|
90
|
+
<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>
|
|
91
|
+
<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>
|
|
92
|
+
<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>
|
|
93
|
+
<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>
|
|
94
|
+
<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>
|
|
95
|
+
<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>
|
|
96
|
+
<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>
|
|
97
|
+
<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>
|
|
98
|
+
<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>
|
|
99
|
+
<li class="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>
|
|
100
|
+
<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>
|
|
101
|
+
<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>
|
|
102
|
+
<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>
|
|
103
|
+
<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>
|
|
104
|
+
<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>
|
|
105
|
+
<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>
|
|
106
|
+
<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>
|
|
107
|
+
<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>
|
|
108
|
+
<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>
|
|
109
|
+
<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>
|
|
110
|
+
<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>
|
|
111
|
+
<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>
|
|
112
|
+
<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>
|
|
113
|
+
<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>
|
|
114
|
+
<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>
|
|
115
|
+
<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>
|
|
116
|
+
<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>
|
|
117
|
+
<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>
|
|
118
|
+
<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>
|
|
119
|
+
<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>
|
|
120
|
+
<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>
|
|
121
|
+
<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>
|
|
122
|
+
<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>
|
|
123
|
+
<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>
|
|
124
|
+
<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>
|
|
125
|
+
<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>
|
|
126
|
+
<div class="overlay"></div><script src="../assets/main.js"></script></body></html>
|