PdfPageObjectSetMediaBox(Double, Double, Double, Double) Method |
Namespace: SautinSoft.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax public void SetMediaBox(
double left,
double bottom,
double right,
double top
)
Public Sub SetMediaBox (
left As Double,
bottom As Double,
right As Double,
top As Double
)
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