Gets and sets the size of custom page kind.

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

Syntax

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

See Also