M_PDFiumSharp_PdfPage_DeviceToPage - ArgusMagnus/PDFiumSharp GitHub Wiki

PdfPage.DeviceToPage Method

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

Syntax

C#

public ValueTuple<double, double> DeviceToPage(
	ValueTuple<int, int, int, int> displayArea,
	int deviceX,
	int deviceY,
	PageOrientations orientation = PageOrientations.Normal
)

Parameters

 

displayArea
Type: ValueTuple(Int32, Int32, Int32, Int32)
deviceX
Type: System.Int32
deviceY
Type: System.Int32
orientation (Optional)
Type: PDFiumSharp.PageOrientations

Return Value

Type: ValueTuple(Double, Double)

See Also

Reference

PdfPage Class
PDFiumSharp Namespace

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