M_PDFiumSharp_PdfPage_DeviceToPage - ArgusMagnus/PDFiumSharp GitHub Wiki
Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0
C#
public ValueTuple<double, double> DeviceToPage(
ValueTuple<int, int, int, int> displayArea,
int deviceX,
int deviceY,
PageOrientations orientation = PageOrientations.Normal
)
- displayArea
- Type: ValueTuple(Int32, Int32, Int32, Int32)
- deviceX
- Type: System.Int32
- deviceY
- Type: System.Int32
- orientation (Optional)
- Type: PDFiumSharp.PageOrientations