Click or drag to resize

PdfPageObjectSetMediaBox(Double, Double, Double, Double) Method

Sets the MediaBox.

Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public void SetMediaBox(
	double left,
	double bottom,
	double right,
	double top
)

Parameters

left  Double
The left X coordinate of the MediaBox.
bottom  Double
The bottom Y coordinate of the MediaBox.
right  Double
The right X coordinate of the MediaBox.
top  Double
The top Y coordinate of the MediaBox.
See Also