Method GetPageHeight
GetPageHeight(int)
Gets the height in pixels of a specific page without decoding it.
public int GetPageHeight(int pageIndex)
Parameters
pageIndexintZero-based page index.
Returns
- int
The page height in pixels.
Exceptions
- ArgumentOutOfRangeException
Thrown when
pageIndexis out of range.- ObjectDisposedException
Thrown if this instance has been disposed.