Gets or sets the size of the fixed page.
Namespace: FirstFloor.Documents.ControlsAssembly: 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); } |