Gets or sets the fixed page.

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 FixedPage FixedPage { get; set; }
Visual Basic
Public Property FixedPage As FixedPage
	Get
	Set
Visual C++
public:
property FixedPage^ FixedPage {
	FixedPage^ get ();
	void set (FixedPage^ value);
}

Field Value

The page.

See Also