Aspose::Cells::Rendering::WorkbookRender::GetPageSizeInch method

WorkbookRender::GetPageSizeInch method

Get page size in inch of output image.

Vector<float> Aspose::Cells::Rendering::WorkbookRender::GetPageSizeInch(int32_t pageIndex)
ParameterTypeDescription
pageIndexint32_tThe page index is based on zero.

ReturnValue

Page size of image, [0] for width and [1] for height

See Also