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