web-document-viewer 11.3.2 → 11.3.3

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.
@@ -7,7 +7,7 @@
7
7
  // Permission for usage and modification of this code is only permitted
8
8
  // with the purchase of a source code license.
9
9
  //-------------------------------------------------------------------------------------------------
10
- // Version 11,3,0,702
10
+ // Version 11,3,0,730
11
11
 
12
12
  export as namespace Atalasoft;
13
13
  interface NotificationCallback {
@@ -594,6 +594,7 @@ export namespace Controls {
594
594
  mousetool?: MouseToolConfig | Utils.MouseToolType;
595
595
  pageborderwidth?: number;
596
596
  pagebuffersize?: number;
597
+ maxpagebuffersize?: number;
597
598
  pageselectlocation?: Utils.PageSelection;
598
599
  pagespacing?: number;
599
600
  allowflick?: boolean;