M_PDFiumSharp_PDFium_FPDF_PageToDevice - ArgusMagnus/PDFiumSharp GitHub Wiki
Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0
C#
public static void FPDF_PageToDevice(
FPDF_PAGE page,
int start_x,
int start_y,
int size_x,
int size_y,
PageOrientations rotate,
double page_x,
double page_y,
out int device_x,
out int device_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
- page_x
- Type: System.Double
- page_y
- Type: System.Double
- device_x
- Type: System.Int32
- device_y
- Type: System.Int32
PDFium Class
PDFiumSharp Namespace
[!:PdfPage.PageToDevice((int left, int top, int width, int height), double, double, PageOrientations)]