Gets or sets list of pages sizes.

Namespace:  PerpetuumSoft.ReportingServices.Viewer.ExtensionLink
Assembly:  PerpetuumSoft.ReportingServices.Viewer.ExtensionLink (in PerpetuumSoft.ReportingServices.Viewer.ExtensionLink.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public SizeF[] PagesSizes { get; set; }
Visual Basic (Declaration)
Public Property PagesSizes As SizeF()
Visual C++
public:
property array<SizeF>^ PagesSizes {
	array<SizeF>^ get ();
	void set (array<SizeF>^ value);
}

See Also