@syncfusion/ej2-pdf-export 22.1.37 → 22.1.39

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.
@@ -6824,7 +6824,7 @@ class PdfViewerPreferences {
6824
6824
  if (this._pageScaling === PageScalingMode.AppDefault && this._dictionary.items.containsKey(this._dictionaryProperties.printScaling)) {
6825
6825
  this._dictionary.items.remove(this._dictionaryProperties.printScaling);
6826
6826
  }
6827
- else {
6827
+ else if (this._pageScaling === PageScalingMode.None) {
6828
6828
  this._dictionary.items.setValue(this._dictionaryProperties.printScaling, new PdfName('None'));
6829
6829
  }
6830
6830
  }