var instance = new GC.Spread.Sheets.Print.PrintInfo(); var returnValue; // Type: any returnValue = instance.qualityFactor(value);
function qualityFactor( value : number ) : any;
Parameters
- value
- The quality factor for printing is a positive integer between 1 and 8. The greater the quality factor, the better the printing quality. When the quality factor is bigger, the printing efficiency is affected.
Return Value
If no value is set, returns the quality factor for printing; otherwise, returns the print setting information.