Method GetOutputHeight
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
GetOutputHeight(PdfPage)
Gets the height in pixels of the image produced using these options for the specified page.
public int GetOutputHeight(PdfPage page)
Parameters
page
PdfPageThe page to use for calculations.
Returns
- int
The height in pixels of the image produced using these options for the specified page.
Remarks
This method can return the same value as the Height property in some cases. The difference between this method and that property is that the method always returns the exact height.