var value; // Type: any value = GC.Spread.Sheets.Print.PaperSize(widthOrKind, height);
function PaperSize( widthOrKind : undefined, height : number ) : any;
Parameters
- widthOrKind
- The width of the paper, in hundredths of an inch; or the kind of the paper and the type is GC.Spread.Sheets.Print.PaperKind.
- height
- The height of the paper, in hundredths of an inch.