M_PDFiumSharp_PDFium_FPDF_GetPageWidth - ArgusMagnus/PDFiumSharp GitHub Wiki

PDFium.FPDF_GetPageWidth Method

Get page width.

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

Syntax

C#

public static double FPDF_GetPageWidth(
	FPDF_PAGE page
)

Parameters

 

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

Return Value

Type: Double
Page width (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.Width

⚠️ **GitHub.com Fallback** ⚠️