Click or drag to resize

PDFDrawSetClipRect Method

Clip the render region to the provided rect (in page space)

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetClipRect(
	Rect clip_rect
)

Parameters

clip_rect
Type: pdftron.PDFRect
Clipping rect. By default, PDFDraw will rasterize the entire page box.
See Also