M_PDFiumSharp_PdfPage_PageToDevice - ArgusMagnus/PDFiumSharp GitHub Wiki
Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0
C#
public ValueTuple<int, int> PageToDevice(
ValueTuple<int, int, int, int> displayArea,
double pageX,
double pageY,
PageOrientations orientation = PageOrientations.Normal
)
- displayArea
- Type: ValueTuple(Int32, Int32, Int32, Int32)
- pageX
- Type: System.Double
- pageY
- Type: System.Double
- orientation (Optional)
- Type: PDFiumSharp.PageOrientations