GemBox.Spreadsheet

ExcelViewOptions.PageBreakViewZoom Property

Magnification factor in page break view.

public int PageBreakViewZoom {get; set;}

Remarks

Unit is one percent. Value must be between 10 and 400.

Default value for this property is 60.

Exceptions

Exception TypeCondition
ArgumentOutOfRangeExceptionThrown if value is out of 10 to 400 range.

See Also

ExcelViewOptions Class | GemBox.Spreadsheet Namespace