The clip rectangle applied when the element is rendered in PDF

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public RectangleF ClipRectangle { get; set; }
Visual Basic
Public Property ClipRectangle As RectangleF
	Get
	Set
Visual C++
public:
property RectangleF ClipRectangle {
	RectangleF get ();
	void set (RectangleF value);
}

Property Value

Type: RectangleF

See Also