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
)
Public Sub SetClipRect (
clip_rect As Rect
)
public:
virtual void SetClipRect(
[InAttribute] Rect^ clip_rect
) sealed
function SetClipRect(clip_rect);
Parameters
- clip_rect
- Type: pdftron.PDFRect
Clipping rect. By default, PDFDraw will rasterize
the entire page box.
See Also