Gets and sets page size for template edit mode.

Namespace:  PerpetuumSoft.Reporting.DOM
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public Vector TemplateSize { get; set; }
Visual Basic (Declaration)
Public Property TemplateSize As Vector
Visual C++
public:
property Vector TemplateSize {
	Vector get ();
	void set (Vector value);
}

See Also