Gets the paper size, in hundredths of an inch.
var instance = new GcSpread.Sheets.PaperSize(widthOrKind, height);
var value; // Type: Object
value = instance.getPageSize(kind);
function getPageSize(
: PaperKind
) : Object;
Parameters
- kind
- The kind of the paper.
Return Value
The size which contains width and height of the paper. size.width {number} The width of the size, in hundredths of an inch. size.height {number} The height of the size, in hundredths of an inch.