PdfPageObjectSetCropBox(Double, Double, Double, Double) Method |
Namespace: SautinSoft.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax public void SetCropBox(
double left,
double bottom,
double right,
double top
)
Public Sub SetCropBox (
left As Double,
bottom As Double,
right As Double,
top As Double
)
Parameters
- left Double
- The left X coordinate of the CropBox.
- bottom Double
- The bottom Y coordinate of the CropBox.
- right Double
- The right X coordinate of the CropBox.
- top Double
- The top Y coordinate of the CropBox.
See Also