Gets the page sizes subject to view scale.

Namespace:  PerpetuumSoft.Reporting.Silverlight.Client
Assembly:  PerpetuumSoft.Reporting.Silverlight.Client (in PerpetuumSoft.Reporting.Silverlight.Client.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
protected override Size ScaledPageArea { get; }
Visual Basic (Declaration)
Protected Overrides ReadOnly Property ScaledPageArea As Size
Visual C++
protected:
virtual property Size ScaledPageArea {
	Size get () override;
}

See Also