[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.PageContentInfo.ZoomFactor

ZoomFactor Property

ZoomFactor

Gets or sets the percentage by which Document Solutions for Excel scales the worksheet for printing.

This value controls the print scaling applied to the page content. The returned value is greater than 0.

Declaration
public double ZoomFactor { get; set; }
Public Property ZoomFactor As Double
Examples
PageContentInfo pageContent = new PageContentInfo();
pageContent.ZoomFactor = 75;
double zoomFactor = pageContent.ZoomFactor;