[]
Indicates the progress of the layout operation. This enumeration is used with the LayoutStatus property.
[Flags]
public enum LayoutStatus : byte
Name | Description |
---|---|
Complete | Indicates that the item is laid out in its entirety. |
ContinueHorizontally | Indicates that item continues layout in the next horizontal page. |
ContinueVertically | Indicates that item continues layout in the next vertical page. |
ForcedVerticalPageBreak | Indicates that a page break is produced after this layout operation. |
NoContent | Indicates that no content is laid out. |
None | Specifies an unknown status, with no layout operations performed. Please note that this is different from the NoContent status. |
SomeContent | Indicates that some content is laid out, but that the layout is not complete and more layout runs are required for the item. |