Skip to content

P_PDFiumSharp_PdfPage_Size

ArgusMagnus edited this page Mar 29, 2017 · 1 revision

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

Clone this wiki locally