@syncfusion/ej2-pdf-export 19.4.50 → 19.4.52

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.
@@ -31911,10 +31911,7 @@ var PdfGridLayouter = /** @__PURE__ @class */ (function (_super) {
31911
31911
  var index = 0;
31912
31912
  index = this.currentGraphics.page.section.indexOf(this.currentGraphics.page);
31913
31913
  this.listOfNavigatePages.push(index);
31914
- if (typeof param.bounds !== 'undefined' && param.bounds !== null && (!(param.bounds.x === 0 && param.bounds.y === 0 && param.bounds.width === 0 && param.bounds.height === 0))) {
31915
- this.currentBounds = new RectangleF(new PointF(param.bounds.x, param.bounds.y), new SizeF(param.bounds.width, param.bounds.height));
31916
- }
31917
- else if (format != null && format.break === PdfLayoutBreakType.FitColumnsToPage) {
31914
+ if (format != null && format.break === PdfLayoutBreakType.FitColumnsToPage) {
31918
31915
  this.currentBounds = new RectangleF(new PointF(param.bounds.x, param.bounds.y), new SizeF(this.Grid.columns.width, this.currentGraphics.clientSize.height));
31919
31916
  }
31920
31917
  else {