Gets the drawable area of the renderer. The margins, document header and footer are excluded.

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

Syntax

C#
public RectangleF ClientRectangle { get; }
Visual Basic
Public ReadOnly Property ClientRectangle As RectangleF
	Get
Visual C++
public:
property RectangleF ClientRectangle {
	RectangleF get ();
}

Property Value

Type: RectangleF

See Also