Click or drag to resize

PdfPageObjectSetCropBox(Double, Double) Method

Sets the CropBox.

Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public void SetCropBox(
	double width,
	double height
)

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