P_PDFiumSharp_PdfPage_Size - ArgusMagnus/PDFiumSharp GitHub Wiki

PdfPage.Size Property

Gets the page width and height (excluding non-displayable area) measured in points. One point is 1/72 inch(around 0.3528 mm).

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

Syntax

C#

public ValueTuple<double, double> Size { get; }

Property Value

Type: ValueTuple(Double, Double)

See Also

Reference

PdfPage Class
PDFiumSharp Namespace

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