Skip to content

M_PDFiumSharp_PDFium_FPDF_GetPageHeight

ArgusMagnus edited this page Apr 4, 2017 · 2 revisions

PDFium.FPDF_GetPageHeight Method

Get page height.

Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0

Syntax

C#

public static double FPDF_GetPageHeight(
	FPDF_PAGE page
)

Parameters

 

page
Type: PDFiumSharp.Types.FPDF_PAGE
Handle to the page.

Return Value

Type: Double
Page height (excluding non-displayable area) measured in points. One point is 1/72 inch (around 0.3528 mm)

See Also

Reference

PDFium Class
PDFiumSharp Namespace
PdfPage.Height

Clone this wiki locally