Skip to content

M_PDFiumSharp_PDFium_FPDFPage_SetMediaBox

ArgusMagnus edited this page Apr 4, 2017 · 2 revisions

PDFium.FPDFPage_SetMediaBox Method

Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0

Syntax

C#

public static void FPDFPage_SetMediaBox(
	FPDF_PAGE page,
	float left,
	float bottom,
	float right,
	float top
)

Parameters

 

page
Type: PDFiumSharp.Types.FPDF_PAGE
left
Type: System.Single
bottom
Type: System.Single
right
Type: System.Single
top
Type: System.Single

See Also

Reference

PDFium Class
PDFiumSharp Namespace

Clone this wiki locally