Gets or sets the value that is used to scale the viewer.

Namespace: FirstFloor.Documents.Controls
Assembly: FirstFloor.Documents.Controls (in FirstFloor.Documents.Controls.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public Nullable<double> Scale { get; set; }
Visual Basic
Public Property Scale As Nullable(Of Double)
	Get
	Set
Visual C++
public:
property Nullable<double> Scale {
	Nullable<double> get ();
	void set (Nullable<double> value);
}

Field Value

The page.

Remarks

Set the property value to null to automatically scale the viewer to fill the available space.

See Also