SheetRender.GetPageSizeInch

SheetRender.GetPageSizeInch method

Get page size in inch of output image.

public float[] GetPageSizeInch(int pageIndex)
ParameterTypeDescription
pageIndexInt32The page index is based on zero.

Return Value

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

See Also