M_PDFiumSharp_PDFium_FPDFPage_SetMediaBox - ArgusMagnus/PDFiumSharp GitHub Wiki
Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0
C#
public static void FPDFPage_SetMediaBox(
FPDF_PAGE page,
float left,
float bottom,
float right,
float top
)
- page
- Type: PDFiumSharp.Types.FPDF_PAGE
- left
- Type: System.Single
- bottom
- Type: System.Single
- right
- Type: System.Single
- top
- Type: System.Single