Gets or sets the template bounds rectangle. Setting this property for a default template has no effect.

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

Syntax

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

Property Value

Type: RectangleF

See Also