[]
Encapsulates intermediate result (current state) of layout operation.
public struct LayoutState
| Name | Description |
|---|---|
| LayoutState(ILayoutTree, ITargetDevice, int) | Creates a new instance of LayoutState and initializes it with specified value. |
| LayoutState(ILayoutTree, ITargetDevice, int, bool) | Creates a new instance of LayoutState and initializes it with specified value. |
| Name | Description |
|---|---|
| IsLastInDocument | Indicates the page is last in document. |
| Name | Description |
|---|---|
| LastPage | Specifies last page laid out by the engine for this LayoutTree. |
| LayoutTree | Specifies LayoutTree being built by the layout engine. |
| TargetDevice | Specifes target device for current layout operation. |