@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.
@@ -7495,7 +7495,7 @@ var PdfViewerPreferences = /** @__PURE__ @class */ (function () {
7495
7495
  if (this._pageScaling === PageScalingMode.AppDefault && this._dictionary.items.containsKey(this._dictionaryProperties.printScaling)) {
7496
7496
  this._dictionary.items.remove(this._dictionaryProperties.printScaling);
7497
7497
  }
7498
- else {
7498
+ else if (this._pageScaling === PageScalingMode.None) {
7499
7499
  this._dictionary.items.setValue(this._dictionaryProperties.printScaling, new PdfName('None'));
7500
7500
  }
7501
7501
  },