[]
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.
public double ZoomFactor { get; set; }
Public Property ZoomFactor As Double
PageContentInfo pageContent = new PageContentInfo();
pageContent.ZoomFactor = 75;
double zoomFactor = pageContent.ZoomFactor;