PdfPageObjectSetMediaBox(Double, Double) Method |
Namespace: SautinSoft.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax public void SetMediaBox(
double width,
double height
)
Public Sub SetMediaBox (
width As Double,
height As Double
)
Parameters
- width Double
- The right X coordinate of the MediaBox. The left X coordinate of the MediaBox is set to 0.
- height Double
- The top Y coordinate of the MediaBox. The bottom Y coordinate of the MediaBox is set to 0.
See Also