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