var instance = new GC.Spread.Sheets.Print.PrintInfo(); var returnValue; // Type: any returnValue = instance.zoomFactor(value);
function zoomFactor( value : number ) : any;
Parameters
- value
- The zoom factor used for printing.
Return Value
If no value is set, returns a value that specifies the amount to enlarge or reduce the printed worksheet; otherwise, returns the print setting information.