M_PDFiumSharp_PDFium_FPDF_DeviceToPage - ArgusMagnus/PDFiumSharp GitHub Wiki
Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0
C#
public static void FPDF_DeviceToPage(
FPDF_PAGE page,
int start_x,
int start_y,
int size_x,
int size_y,
PageOrientations rotate,
int device_x,
int device_y,
out double page_x,
out double page_y
)
- page
- Type: PDFiumSharp.Types.FPDF_PAGE
- start_x
- Type: System.Int32
- start_y
- Type: System.Int32
- size_x
- Type: System.Int32
- size_y
- Type: System.Int32
- rotate
- Type: PDFiumSharp.PageOrientations
- device_x
- Type: System.Int32
- device_y
- Type: System.Int32
- page_x
- Type: System.Double
- page_y
- Type: System.Double
PDFium Class
PDFiumSharp Namespace
[!:PdfPage.DeviceToPage((int left, int top, int width, int height), int, int, PageOrientations)]