@grapecity-software/gcdocs.pdfviewer 7.1.2 → 7.1.4
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 +16 -0
- package/README.md +16 -0
- package/docs/classes/AnnotationBase.html +4 -4
- package/docs/classes/ButtonWidget.html +4 -4
- package/docs/classes/ChoiceWidget.html +4 -4
- package/docs/classes/CircleAnnotation.html +4 -4
- package/docs/classes/DsPdfViewer.html +4 -4
- package/docs/classes/FileAttachmentAnnotation.html +4 -4
- package/docs/classes/FreeTextAnnotation.html +4 -4
- package/docs/classes/GcPdfSearcher.html +4 -4
- package/docs/classes/GcPdfViewer.html +4 -4
- package/docs/classes/HighlightAnnotation.html +4 -4
- package/docs/classes/InkAnnotation.html +4 -4
- package/docs/classes/LineAnnotation.html +4 -4
- package/docs/classes/LinkAnnotation.html +4 -4
- package/docs/classes/MarkupAnnotation.html +4 -4
- package/docs/classes/PolyLineAnnotation.html +4 -4
- package/docs/classes/PolygonAnnotation.html +4 -4
- package/docs/classes/PopupAnnotation.html +4 -4
- package/docs/classes/RedactAnnotation.html +4 -4
- package/docs/classes/SignatureAnnotation.html +4 -4
- package/docs/classes/SoundAnnotation.html +4 -4
- package/docs/classes/SquareAnnotation.html +4 -4
- package/docs/classes/SquigglyAnnotation.html +4 -4
- package/docs/classes/StampAnnotation.html +4 -4
- package/docs/classes/StrikeOutAnnotation.html +4 -4
- package/docs/classes/TextAnnotation.html +4 -4
- package/docs/classes/TextWidget.html +4 -4
- package/docs/classes/UnderlineAnnotation.html +4 -4
- package/docs/classes/ViewerOptions.html +4 -4
- package/docs/classes/WidgetAnnotation.html +4 -4
- package/docs/enums/AnnotationTypeCode.html +4 -4
- package/docs/enums/ModificationType.html +4 -4
- package/docs/enums/SharedAccessMode.html +4 -4
- package/docs/enums/TextAlignmentType.html +4 -4
- package/docs/index.html +4 -4
- package/docs/interfaces/IGCEventBus.html +4 -4
- package/docs/types/AnnotationMarkedStateType.html +4 -4
- package/docs/types/AnnotationReviewStateType.html +4 -4
- package/docs/types/AnnotationStateModel.html +4 -4
- package/docs/types/AnnotationTypeName.html +4 -4
- package/docs/types/BusEventName.html +4 -4
- package/docs/types/DocumentListItem.html +4 -4
- package/docs/types/FieldAppearanceRenderingType.html +4 -4
- package/docs/types/FormFieldMapping.html +4 -4
- package/docs/types/FormFillerSettings.html +4 -4
- package/docs/types/GcProps.html +4 -4
- package/docs/types/InputFieldMapping.html +4 -4
- package/docs/types/JsCancelEventArgs.html +4 -4
- package/docs/types/JsEventArgs.html +4 -4
- package/docs/types/JsExecutionConfig.html +4 -4
- package/docs/types/KeyboardShortcutDefinition.html +4 -4
- package/docs/types/KeyboardShortcutTool.html +4 -4
- package/docs/types/LineEndStyle.html +4 -4
- package/docs/types/LinkDestinationType.html +4 -4
- package/docs/types/LinkType.html +4 -4
- package/docs/types/LogLevel.html +4 -4
- package/docs/types/ModificationsState.html +4 -4
- package/docs/types/NamedAction.html +4 -4
- package/docs/types/OpenAction.html +4 -4
- package/docs/types/OpenParameters.html +4 -4
- package/docs/types/OptionalContentConfig.html +4 -4
- package/docs/types/OptionalContentGroup.html +4 -4
- package/docs/types/PageLayout.html +4 -4
- package/docs/types/PageMode.html +4 -4
- package/docs/types/PageModification.html +4 -4
- package/docs/types/PageStructureChange.html +4 -4
- package/docs/types/PageViewport.html +4 -4
- package/docs/types/PdfOrganizerSettings.html +4 -4
- package/docs/types/ReplyToolSettings.html +4 -4
- package/docs/types/RotationInit.html +4 -4
- package/docs/types/RulerLine.html +4 -4
- package/docs/types/SaveSettings.html +4 -4
- package/docs/types/ScrollPageIntoViewOptions.html +4 -4
- package/docs/types/SharedDocumentInfo.html +4 -4
- package/docs/types/SignToolSettings.html +4 -4
- package/docs/types/SignatureInfo.html +4 -4
- package/docs/types/SignatureInformation.html +4 -4
- package/docs/types/StampCategory.html +4 -4
- package/docs/types/StructTreeContent.html +4 -4
- package/docs/types/StructTreeNode.html +4 -4
- package/docs/types/StructureChanges.html +4 -4
- package/docs/types/SupportApiSettings.html +4 -4
- package/docs/types/TextMarkupContextMenuSettings.html +4 -4
- package/docs/types/ToolbarButtonKey.html +4 -4
- package/docs/types/UndoChangeName.html +4 -4
- package/docs/types/UserAccess.html +4 -4
- package/docs/types/ViewerFeatureName.html +4 -4
- package/docs/types/ViewerPreferences.html +4 -4
- package/docs/types/WidgetFieldTypeName.html +4 -4
- package/gcpdfviewer.js +1 -1
- package/gcpdfviewer.worker.js +1 -1
- package/localization/en-pdf-viewer.json +81 -18
- package/localization/localization_example.html +1 -1
- package/package.json +1 -1
- package/typings/Dialogs/ProgressDialog.d.ts +11 -1
- package/typings/Dialogs/Types.d.ts +2 -2
- package/typings/ReplyTool/ReplyTool.d.ts +6 -3
- package/typings/SupportApi/ISupportApiBase.d.ts +16 -1
- package/typings/SupportApi/SupportApiImpl.d.ts +4 -1
- package/typings/plugin.d.ts +2 -0
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.
|
|
|
4
4
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
5
5
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
6
6
|
|
|
7
|
+
## [7.1.4] - 23-Jul-2024
|
|
8
|
+
### Added
|
|
9
|
+
- Added progress bar for long-running "Save as Images" operations, with the ability to cancel the current operations. (DOC-6301)
|
|
10
|
+
- JPN localization. (DOC-6297)
|
|
11
|
+
### Fixed
|
|
12
|
+
- [Regression since v7.1.3] Saved PDF file name is different from the argument passed to the viewer.save() API. (DOC-6374)
|
|
13
|
+
- [macOS] Comment cannot be deleted with Delete key on macOS. (DOC-6152)
|
|
14
|
+
- Incorrect content of PDF while previewing on Ionic Modal. (DOC-6209)
|
|
15
|
+
|
|
16
|
+
## [7.1.3] - 25-Jun-2024
|
|
17
|
+
### Fixed
|
|
18
|
+
- Thumbnails are not shown when exiting full screen mode with 'NonFullScreenPageMode' set to 'UseThumbs'. (DOC-6293)
|
|
19
|
+
- [PDF.js vulnerability] Malicious JavaScript can run in PDF viewer's WebWorker via crafted PDF file. (DOC-6248)
|
|
20
|
+
### Changed
|
|
21
|
+
- The required version of SupportApi has been changed to v7.1.3.
|
|
22
|
+
|
|
7
23
|
## [7.1.2] - 27-May-2024
|
|
8
24
|
### Fixed
|
|
9
25
|
- Cannot save a PDF if its name contains certain non-Latin characters. (DOC-6222)
|
package/README.md
CHANGED
|
@@ -58,6 +58,22 @@ Product highlights:
|
|
|
58
58
|
## Important note for users of the @grapecity/gcpdfviewer package
|
|
59
59
|
- The @grapecity/gcpdfviewer package is being renamed and will be continued to be maintained under the new name @mescius/dspdfviewer. The new package provides the same functionality, ensures future enhancements, and is backwards compatible with @grapecity/gcpdfviewer. Please update your references to avoid any possible future interruptions. Your existing licenses will continue to work with the new package.
|
|
60
60
|
|
|
61
|
+
## [7.1.4] - 23-Jul-2024
|
|
62
|
+
### Added
|
|
63
|
+
- Added progress bar for long-running "Save as Images" operations, with the ability to cancel the current operations. (DOC-6301)
|
|
64
|
+
- JPN localization. (DOC-6297)
|
|
65
|
+
### Fixed
|
|
66
|
+
- [Regression since v7.1.3] Saved PDF file name is different from the argument passed to the viewer.save() API. (DOC-6374)
|
|
67
|
+
- [macOS] Comment cannot be deleted with Delete key on macOS. (DOC-6152)
|
|
68
|
+
- Incorrect content of PDF while previewing on Ionic Modal. (DOC-6209)
|
|
69
|
+
|
|
70
|
+
## [7.1.3] - 25-Jun-2024
|
|
71
|
+
### Fixed
|
|
72
|
+
- Thumbnails are not shown when exiting full screen mode with 'NonFullScreenPageMode' set to 'UseThumbs'. (DOC-6293)
|
|
73
|
+
- [PDF.js vulnerability] Malicious JavaScript can run in PDF viewer's WebWorker via crafted PDF file. (DOC-6248)
|
|
74
|
+
### Changed
|
|
75
|
+
- The required version of SupportApi has been changed to v7.1.3.
|
|
76
|
+
|
|
61
77
|
## [7.1.2] - 27-May-2024
|
|
62
78
|
### Fixed
|
|
63
79
|
- Cannot save a PDF if its name contains certain non-Latin characters. (DOC-6222)
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>AnnotationBase | Document Solutions PDF Viewer - v7.1.
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>AnnotationBase | Document Solutions PDF Viewer - v7.1.4</title><meta name="description" content="Documentation for Document Solutions PDF Viewer - v7.1.4"/><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
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
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
5
|
<ul class="results">
|
|
6
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.
|
|
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.4</a></div>
|
|
8
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
9
|
<div class="container container-main">
|
|
10
10
|
<div class="col-8 col-content">
|
|
11
11
|
<div class="tsd-page-title">
|
|
12
12
|
<ul class="tsd-breadcrumb">
|
|
13
|
-
<li><a href="../index.html">Document Solutions PDF Viewer - v7.1.
|
|
13
|
+
<li><a href="../index.html">Document Solutions PDF Viewer - v7.1.4</a></li>
|
|
14
14
|
<li><a href="AnnotationBase.html">AnnotationBase</a></li></ul>
|
|
15
15
|
<h1>Class AnnotationBase</h1></div>
|
|
16
16
|
<section class="tsd-panel tsd-comment">
|
|
@@ -305,7 +305,7 @@ the user who added the annotation.</p>
|
|
|
305
305
|
<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>
|
|
306
306
|
<div class="tsd-accordion-details">
|
|
307
307
|
<ul>
|
|
308
|
-
<li><a href="../index.html">Document <wbr/>Solutions PDF <wbr/>Viewer -<wbr/> v7.1.
|
|
308
|
+
<li><a href="../index.html">Document <wbr/>Solutions PDF <wbr/>Viewer -<wbr/> v7.1.4</a>
|
|
309
309
|
<ul></ul></li></ul></div></details></nav>
|
|
310
310
|
<nav class="tsd-navigation secondary menu-sticky">
|
|
311
311
|
<ul>
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>ButtonWidget | Document Solutions PDF Viewer - v7.1.
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>ButtonWidget | Document Solutions PDF Viewer - v7.1.4</title><meta name="description" content="Documentation for Document Solutions PDF Viewer - v7.1.4"/><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
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
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
5
|
<ul class="results">
|
|
6
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.
|
|
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.4</a></div>
|
|
8
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
9
|
<div class="container container-main">
|
|
10
10
|
<div class="col-8 col-content">
|
|
11
11
|
<div class="tsd-page-title">
|
|
12
12
|
<ul class="tsd-breadcrumb">
|
|
13
|
-
<li><a href="../index.html">Document Solutions PDF Viewer - v7.1.
|
|
13
|
+
<li><a href="../index.html">Document Solutions PDF Viewer - v7.1.4</a></li>
|
|
14
14
|
<li><a href="ButtonWidget.html">ButtonWidget</a></li></ul>
|
|
15
15
|
<h1>Class ButtonWidget</h1></div>
|
|
16
16
|
<section class="tsd-panel tsd-comment">
|
|
@@ -453,7 +453,7 @@ the user who added the annotation.</p>
|
|
|
453
453
|
<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>
|
|
454
454
|
<div class="tsd-accordion-details">
|
|
455
455
|
<ul>
|
|
456
|
-
<li><a href="../index.html">Document <wbr/>Solutions PDF <wbr/>Viewer -<wbr/> v7.1.
|
|
456
|
+
<li><a href="../index.html">Document <wbr/>Solutions PDF <wbr/>Viewer -<wbr/> v7.1.4</a>
|
|
457
457
|
<ul></ul></li></ul></div></details></nav>
|
|
458
458
|
<nav class="tsd-navigation secondary menu-sticky">
|
|
459
459
|
<ul>
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>ChoiceWidget | Document Solutions PDF Viewer - v7.1.
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>ChoiceWidget | Document Solutions PDF Viewer - v7.1.4</title><meta name="description" content="Documentation for Document Solutions PDF Viewer - v7.1.4"/><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
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
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
5
|
<ul class="results">
|
|
6
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.
|
|
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.4</a></div>
|
|
8
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
9
|
<div class="container container-main">
|
|
10
10
|
<div class="col-8 col-content">
|
|
11
11
|
<div class="tsd-page-title">
|
|
12
12
|
<ul class="tsd-breadcrumb">
|
|
13
|
-
<li><a href="../index.html">Document Solutions PDF Viewer - v7.1.
|
|
13
|
+
<li><a href="../index.html">Document Solutions PDF Viewer - v7.1.4</a></li>
|
|
14
14
|
<li><a href="ChoiceWidget.html">ChoiceWidget</a></li></ul>
|
|
15
15
|
<h1>Class ChoiceWidget</h1></div>
|
|
16
16
|
<section class="tsd-panel tsd-comment">
|
|
@@ -431,7 +431,7 @@ the user who added the annotation.</p>
|
|
|
431
431
|
<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>
|
|
432
432
|
<div class="tsd-accordion-details">
|
|
433
433
|
<ul>
|
|
434
|
-
<li><a href="../index.html">Document <wbr/>Solutions PDF <wbr/>Viewer -<wbr/> v7.1.
|
|
434
|
+
<li><a href="../index.html">Document <wbr/>Solutions PDF <wbr/>Viewer -<wbr/> v7.1.4</a>
|
|
435
435
|
<ul></ul></li></ul></div></details></nav>
|
|
436
436
|
<nav class="tsd-navigation secondary menu-sticky">
|
|
437
437
|
<ul>
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>CircleAnnotation | Document Solutions PDF Viewer - v7.1.
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>CircleAnnotation | Document Solutions PDF Viewer - v7.1.4</title><meta name="description" content="Documentation for Document Solutions PDF Viewer - v7.1.4"/><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
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
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
5
|
<ul class="results">
|
|
6
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.
|
|
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.4</a></div>
|
|
8
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
9
|
<div class="container container-main">
|
|
10
10
|
<div class="col-8 col-content">
|
|
11
11
|
<div class="tsd-page-title">
|
|
12
12
|
<ul class="tsd-breadcrumb">
|
|
13
|
-
<li><a href="../index.html">Document Solutions PDF Viewer - v7.1.
|
|
13
|
+
<li><a href="../index.html">Document Solutions PDF Viewer - v7.1.4</a></li>
|
|
14
14
|
<li><a href="CircleAnnotation.html">CircleAnnotation</a></li></ul>
|
|
15
15
|
<h1>Class CircleAnnotation</h1></div>
|
|
16
16
|
<section class="tsd-panel tsd-comment">
|
|
@@ -375,7 +375,7 @@ the user who added the annotation.</p>
|
|
|
375
375
|
<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>
|
|
376
376
|
<div class="tsd-accordion-details">
|
|
377
377
|
<ul>
|
|
378
|
-
<li><a href="../index.html">Document <wbr/>Solutions PDF <wbr/>Viewer -<wbr/> v7.1.
|
|
378
|
+
<li><a href="../index.html">Document <wbr/>Solutions PDF <wbr/>Viewer -<wbr/> v7.1.4</a>
|
|
379
379
|
<ul></ul></li></ul></div></details></nav>
|
|
380
380
|
<nav class="tsd-navigation secondary menu-sticky">
|
|
381
381
|
<ul>
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>DsPdfViewer | Document Solutions PDF Viewer - v7.1.
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>DsPdfViewer | Document Solutions PDF Viewer - v7.1.4</title><meta name="description" content="Documentation for Document Solutions PDF Viewer - v7.1.4"/><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
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
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
5
|
<ul class="results">
|
|
6
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.
|
|
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.4</a></div>
|
|
8
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
9
|
<div class="container container-main">
|
|
10
10
|
<div class="col-8 col-content">
|
|
11
11
|
<div class="tsd-page-title">
|
|
12
12
|
<ul class="tsd-breadcrumb">
|
|
13
|
-
<li><a href="../index.html">Document Solutions PDF Viewer - v7.1.
|
|
13
|
+
<li><a href="../index.html">Document Solutions PDF Viewer - v7.1.4</a></li>
|
|
14
14
|
<li><a href="DsPdfViewer.html">DsPdfViewer</a></li></ul>
|
|
15
15
|
<h1>Class DsPdfViewer</h1></div>
|
|
16
16
|
<section class="tsd-panel tsd-comment">
|
|
@@ -3888,7 +3888,7 @@ This is added to prevent issues in some specific cases, see ARJ-4340.
|
|
|
3888
3888
|
<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>
|
|
3889
3889
|
<div class="tsd-accordion-details">
|
|
3890
3890
|
<ul>
|
|
3891
|
-
<li><a href="../index.html">Document <wbr/>Solutions PDF <wbr/>Viewer -<wbr/> v7.1.
|
|
3891
|
+
<li><a href="../index.html">Document <wbr/>Solutions PDF <wbr/>Viewer -<wbr/> v7.1.4</a>
|
|
3892
3892
|
<ul></ul></li></ul></div></details></nav>
|
|
3893
3893
|
<nav class="tsd-navigation secondary menu-sticky">
|
|
3894
3894
|
<ul>
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>FileAttachmentAnnotation | Document Solutions PDF Viewer - v7.1.
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>FileAttachmentAnnotation | Document Solutions PDF Viewer - v7.1.4</title><meta name="description" content="Documentation for Document Solutions PDF Viewer - v7.1.4"/><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
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
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
5
|
<ul class="results">
|
|
6
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.
|
|
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.4</a></div>
|
|
8
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
9
|
<div class="container container-main">
|
|
10
10
|
<div class="col-8 col-content">
|
|
11
11
|
<div class="tsd-page-title">
|
|
12
12
|
<ul class="tsd-breadcrumb">
|
|
13
|
-
<li><a href="../index.html">Document Solutions PDF Viewer - v7.1.
|
|
13
|
+
<li><a href="../index.html">Document Solutions PDF Viewer - v7.1.4</a></li>
|
|
14
14
|
<li><a href="FileAttachmentAnnotation.html">FileAttachmentAnnotation</a></li></ul>
|
|
15
15
|
<h1>Class FileAttachmentAnnotation</h1></div>
|
|
16
16
|
<section class="tsd-panel tsd-comment">
|
|
@@ -373,7 +373,7 @@ the user who added the annotation.</p>
|
|
|
373
373
|
<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>
|
|
374
374
|
<div class="tsd-accordion-details">
|
|
375
375
|
<ul>
|
|
376
|
-
<li><a href="../index.html">Document <wbr/>Solutions PDF <wbr/>Viewer -<wbr/> v7.1.
|
|
376
|
+
<li><a href="../index.html">Document <wbr/>Solutions PDF <wbr/>Viewer -<wbr/> v7.1.4</a>
|
|
377
377
|
<ul></ul></li></ul></div></details></nav>
|
|
378
378
|
<nav class="tsd-navigation secondary menu-sticky">
|
|
379
379
|
<ul>
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>FreeTextAnnotation | Document Solutions PDF Viewer - v7.1.
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>FreeTextAnnotation | Document Solutions PDF Viewer - v7.1.4</title><meta name="description" content="Documentation for Document Solutions PDF Viewer - v7.1.4"/><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
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
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
5
|
<ul class="results">
|
|
6
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.
|
|
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.4</a></div>
|
|
8
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
9
|
<div class="container container-main">
|
|
10
10
|
<div class="col-8 col-content">
|
|
11
11
|
<div class="tsd-page-title">
|
|
12
12
|
<ul class="tsd-breadcrumb">
|
|
13
|
-
<li><a href="../index.html">Document Solutions PDF Viewer - v7.1.
|
|
13
|
+
<li><a href="../index.html">Document Solutions PDF Viewer - v7.1.4</a></li>
|
|
14
14
|
<li><a href="FreeTextAnnotation.html">FreeTextAnnotation</a></li></ul>
|
|
15
15
|
<h1>Class FreeTextAnnotation</h1></div>
|
|
16
16
|
<section class="tsd-panel tsd-comment">
|
|
@@ -359,7 +359,7 @@ the user who added the annotation.</p>
|
|
|
359
359
|
<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>
|
|
360
360
|
<div class="tsd-accordion-details">
|
|
361
361
|
<ul>
|
|
362
|
-
<li><a href="../index.html">Document <wbr/>Solutions PDF <wbr/>Viewer -<wbr/> v7.1.
|
|
362
|
+
<li><a href="../index.html">Document <wbr/>Solutions PDF <wbr/>Viewer -<wbr/> v7.1.4</a>
|
|
363
363
|
<ul></ul></li></ul></div></details></nav>
|
|
364
364
|
<nav class="tsd-navigation secondary menu-sticky">
|
|
365
365
|
<ul>
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>GcPdfSearcher | Document Solutions PDF Viewer - v7.1.
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>GcPdfSearcher | Document Solutions PDF Viewer - v7.1.4</title><meta name="description" content="Documentation for Document Solutions PDF Viewer - v7.1.4"/><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
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
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
5
|
<ul class="results">
|
|
6
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.
|
|
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.4</a></div>
|
|
8
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
9
|
<div class="container container-main">
|
|
10
10
|
<div class="col-8 col-content">
|
|
11
11
|
<div class="tsd-page-title">
|
|
12
12
|
<ul class="tsd-breadcrumb">
|
|
13
|
-
<li><a href="../index.html">Document Solutions PDF Viewer - v7.1.
|
|
13
|
+
<li><a href="../index.html">Document Solutions PDF Viewer - v7.1.4</a></li>
|
|
14
14
|
<li><a href="GcPdfSearcher.html">GcPdfSearcher</a></li></ul>
|
|
15
15
|
<h1>Class GcPdfSearcher</h1></div>
|
|
16
16
|
<section class="tsd-panel tsd-comment">
|
|
@@ -334,7 +334,7 @@ This method must be called when the SearchPanel is closed.</p>
|
|
|
334
334
|
<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>
|
|
335
335
|
<div class="tsd-accordion-details">
|
|
336
336
|
<ul>
|
|
337
|
-
<li><a href="../index.html">Document <wbr/>Solutions PDF <wbr/>Viewer -<wbr/> v7.1.
|
|
337
|
+
<li><a href="../index.html">Document <wbr/>Solutions PDF <wbr/>Viewer -<wbr/> v7.1.4</a>
|
|
338
338
|
<ul></ul></li></ul></div></details></nav>
|
|
339
339
|
<nav class="tsd-navigation secondary menu-sticky">
|
|
340
340
|
<ul>
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>GcPdfViewer | Document Solutions PDF Viewer - v7.1.
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>GcPdfViewer | Document Solutions PDF Viewer - v7.1.4</title><meta name="description" content="Documentation for Document Solutions PDF Viewer - v7.1.4"/><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
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
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
5
|
<ul class="results">
|
|
6
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.
|
|
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.4</a></div>
|
|
8
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
9
|
<div class="container container-main">
|
|
10
10
|
<div class="col-8 col-content">
|
|
11
11
|
<div class="tsd-page-title">
|
|
12
12
|
<ul class="tsd-breadcrumb">
|
|
13
|
-
<li><a href="../index.html">Document Solutions PDF Viewer - v7.1.
|
|
13
|
+
<li><a href="../index.html">Document Solutions PDF Viewer - v7.1.4</a></li>
|
|
14
14
|
<li><a href="GcPdfViewer.html">GcPdfViewer</a></li></ul>
|
|
15
15
|
<h1>Class GcPdfViewer</h1></div>
|
|
16
16
|
<section class="tsd-panel tsd-comment">
|
|
@@ -3715,7 +3715,7 @@ This is added to prevent issues in some specific cases, see ARJ-4340.
|
|
|
3715
3715
|
<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>
|
|
3716
3716
|
<div class="tsd-accordion-details">
|
|
3717
3717
|
<ul>
|
|
3718
|
-
<li><a href="../index.html">Document <wbr/>Solutions PDF <wbr/>Viewer -<wbr/> v7.1.
|
|
3718
|
+
<li><a href="../index.html">Document <wbr/>Solutions PDF <wbr/>Viewer -<wbr/> v7.1.4</a>
|
|
3719
3719
|
<ul></ul></li></ul></div></details></nav>
|
|
3720
3720
|
<nav class="tsd-navigation secondary menu-sticky">
|
|
3721
3721
|
<ul>
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>HighlightAnnotation | Document Solutions PDF Viewer - v7.1.
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>HighlightAnnotation | Document Solutions PDF Viewer - v7.1.4</title><meta name="description" content="Documentation for Document Solutions PDF Viewer - v7.1.4"/><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
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
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
5
|
<ul class="results">
|
|
6
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.
|
|
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.4</a></div>
|
|
8
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
9
|
<div class="container container-main">
|
|
10
10
|
<div class="col-8 col-content">
|
|
11
11
|
<div class="tsd-page-title">
|
|
12
12
|
<ul class="tsd-breadcrumb">
|
|
13
|
-
<li><a href="../index.html">Document Solutions PDF Viewer - v7.1.
|
|
13
|
+
<li><a href="../index.html">Document Solutions PDF Viewer - v7.1.4</a></li>
|
|
14
14
|
<li><a href="HighlightAnnotation.html">HighlightAnnotation</a></li></ul>
|
|
15
15
|
<h1>Class HighlightAnnotation</h1></div>
|
|
16
16
|
<section class="tsd-panel tsd-comment">
|
|
@@ -345,7 +345,7 @@ the user who added the annotation.</p>
|
|
|
345
345
|
<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>
|
|
346
346
|
<div class="tsd-accordion-details">
|
|
347
347
|
<ul>
|
|
348
|
-
<li><a href="../index.html">Document <wbr/>Solutions PDF <wbr/>Viewer -<wbr/> v7.1.
|
|
348
|
+
<li><a href="../index.html">Document <wbr/>Solutions PDF <wbr/>Viewer -<wbr/> v7.1.4</a>
|
|
349
349
|
<ul></ul></li></ul></div></details></nav>
|
|
350
350
|
<nav class="tsd-navigation secondary menu-sticky">
|
|
351
351
|
<ul>
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>InkAnnotation | Document Solutions PDF Viewer - v7.1.
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>InkAnnotation | Document Solutions PDF Viewer - v7.1.4</title><meta name="description" content="Documentation for Document Solutions PDF Viewer - v7.1.4"/><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
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
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
5
|
<ul class="results">
|
|
6
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.
|
|
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.4</a></div>
|
|
8
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
9
|
<div class="container container-main">
|
|
10
10
|
<div class="col-8 col-content">
|
|
11
11
|
<div class="tsd-page-title">
|
|
12
12
|
<ul class="tsd-breadcrumb">
|
|
13
|
-
<li><a href="../index.html">Document Solutions PDF Viewer - v7.1.
|
|
13
|
+
<li><a href="../index.html">Document Solutions PDF Viewer - v7.1.4</a></li>
|
|
14
14
|
<li><a href="InkAnnotation.html">InkAnnotation</a></li></ul>
|
|
15
15
|
<h1>Class InkAnnotation</h1></div>
|
|
16
16
|
<section class="tsd-panel tsd-comment">
|
|
@@ -354,7 +354,7 @@ the user who added the annotation.</p>
|
|
|
354
354
|
<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>
|
|
355
355
|
<div class="tsd-accordion-details">
|
|
356
356
|
<ul>
|
|
357
|
-
<li><a href="../index.html">Document <wbr/>Solutions PDF <wbr/>Viewer -<wbr/> v7.1.
|
|
357
|
+
<li><a href="../index.html">Document <wbr/>Solutions PDF <wbr/>Viewer -<wbr/> v7.1.4</a>
|
|
358
358
|
<ul></ul></li></ul></div></details></nav>
|
|
359
359
|
<nav class="tsd-navigation secondary menu-sticky">
|
|
360
360
|
<ul>
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>LineAnnotation | Document Solutions PDF Viewer - v7.1.
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>LineAnnotation | Document Solutions PDF Viewer - v7.1.4</title><meta name="description" content="Documentation for Document Solutions PDF Viewer - v7.1.4"/><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
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
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
5
|
<ul class="results">
|
|
6
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.
|
|
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.4</a></div>
|
|
8
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
9
|
<div class="container container-main">
|
|
10
10
|
<div class="col-8 col-content">
|
|
11
11
|
<div class="tsd-page-title">
|
|
12
12
|
<ul class="tsd-breadcrumb">
|
|
13
|
-
<li><a href="../index.html">Document Solutions PDF Viewer - v7.1.
|
|
13
|
+
<li><a href="../index.html">Document Solutions PDF Viewer - v7.1.4</a></li>
|
|
14
14
|
<li><a href="LineAnnotation.html">LineAnnotation</a></li></ul>
|
|
15
15
|
<h1>Class LineAnnotation</h1></div>
|
|
16
16
|
<section class="tsd-panel tsd-comment">
|
|
@@ -373,7 +373,7 @@ the user who added the annotation.</p>
|
|
|
373
373
|
<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>
|
|
374
374
|
<div class="tsd-accordion-details">
|
|
375
375
|
<ul>
|
|
376
|
-
<li><a href="../index.html">Document <wbr/>Solutions PDF <wbr/>Viewer -<wbr/> v7.1.
|
|
376
|
+
<li><a href="../index.html">Document <wbr/>Solutions PDF <wbr/>Viewer -<wbr/> v7.1.4</a>
|
|
377
377
|
<ul></ul></li></ul></div></details></nav>
|
|
378
378
|
<nav class="tsd-navigation secondary menu-sticky">
|
|
379
379
|
<ul>
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>LinkAnnotation | Document Solutions PDF Viewer - v7.1.
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>LinkAnnotation | Document Solutions PDF Viewer - v7.1.4</title><meta name="description" content="Documentation for Document Solutions PDF Viewer - v7.1.4"/><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
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
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
5
|
<ul class="results">
|
|
6
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.
|
|
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.4</a></div>
|
|
8
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
9
|
<div class="container container-main">
|
|
10
10
|
<div class="col-8 col-content">
|
|
11
11
|
<div class="tsd-page-title">
|
|
12
12
|
<ul class="tsd-breadcrumb">
|
|
13
|
-
<li><a href="../index.html">Document Solutions PDF Viewer - v7.1.
|
|
13
|
+
<li><a href="../index.html">Document Solutions PDF Viewer - v7.1.4</a></li>
|
|
14
14
|
<li><a href="LinkAnnotation.html">LinkAnnotation</a></li></ul>
|
|
15
15
|
<h1>Class LinkAnnotation</h1></div>
|
|
16
16
|
<section class="tsd-panel tsd-comment">
|
|
@@ -345,7 +345,7 @@ the user who added the annotation.</p>
|
|
|
345
345
|
<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>
|
|
346
346
|
<div class="tsd-accordion-details">
|
|
347
347
|
<ul>
|
|
348
|
-
<li><a href="../index.html">Document <wbr/>Solutions PDF <wbr/>Viewer -<wbr/> v7.1.
|
|
348
|
+
<li><a href="../index.html">Document <wbr/>Solutions PDF <wbr/>Viewer -<wbr/> v7.1.4</a>
|
|
349
349
|
<ul></ul></li></ul></div></details></nav>
|
|
350
350
|
<nav class="tsd-navigation secondary menu-sticky">
|
|
351
351
|
<ul>
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>MarkupAnnotation | Document Solutions PDF Viewer - v7.1.
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>MarkupAnnotation | Document Solutions PDF Viewer - v7.1.4</title><meta name="description" content="Documentation for Document Solutions PDF Viewer - v7.1.4"/><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
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
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
5
|
<ul class="results">
|
|
6
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.
|
|
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.4</a></div>
|
|
8
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
9
|
<div class="container container-main">
|
|
10
10
|
<div class="col-8 col-content">
|
|
11
11
|
<div class="tsd-page-title">
|
|
12
12
|
<ul class="tsd-breadcrumb">
|
|
13
|
-
<li><a href="../index.html">Document Solutions PDF Viewer - v7.1.
|
|
13
|
+
<li><a href="../index.html">Document Solutions PDF Viewer - v7.1.4</a></li>
|
|
14
14
|
<li><a href="MarkupAnnotation.html">MarkupAnnotation</a></li></ul>
|
|
15
15
|
<h1>Class MarkupAnnotation</h1></div>
|
|
16
16
|
<section class="tsd-panel tsd-comment">
|
|
@@ -362,7 +362,7 @@ the user who added the annotation.</p>
|
|
|
362
362
|
<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>
|
|
363
363
|
<div class="tsd-accordion-details">
|
|
364
364
|
<ul>
|
|
365
|
-
<li><a href="../index.html">Document <wbr/>Solutions PDF <wbr/>Viewer -<wbr/> v7.1.
|
|
365
|
+
<li><a href="../index.html">Document <wbr/>Solutions PDF <wbr/>Viewer -<wbr/> v7.1.4</a>
|
|
366
366
|
<ul></ul></li></ul></div></details></nav>
|
|
367
367
|
<nav class="tsd-navigation secondary menu-sticky">
|
|
368
368
|
<ul>
|