Click or drag to resize

PdfPageObjectSetCropBox(Double, Double, 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 left,
	double bottom,
	double right,
	double top
)

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