GetPageSize

WorkbookRender.GetPageSize method

Get page size of output image. The size unit is in pixel.

[Obsolete("Use GetPageSizeInch(int pageIndex) instead.")]
public Size GetPageSize(int pageIndex)
Parameter Type Description
pageIndex Int32 The page index is based on zero.

Return Value

Page size of image

Remarks

NOTE: This method is now obsolete. Instead, please use GetPageSizeInch(int pageIndex). This property will be removed 12 months later since October 2021. Aspose apologizes for any inconvenience you may have experienced.

See Also