Gets or sets the size of 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 Nullable<Size> FixedPageSize { get; set; }
Visual Basic
Public Property FixedPageSize As Nullable(Of Size)
	Get
	Set
Visual C++
public:
property Nullable<Size> FixedPageSize {
	Nullable<Size> get ();
	void set (Nullable<Size> value);
}

Field Value

The size of the fixed page.

See Also