[]
Represents the split position where object should be break. ATTENTION!!! Real split position calculated in the FindSplitPosition(...) can differ from requested.
public struct RequestedSplitPosition
Name | Description |
---|---|
RequestedSplitPosition(Break, double) | |
RequestedSplitPosition(double, double) |
Name | Description |
---|---|
AfterPosition | Space after split position which can be used. |
Break | Indicates whether the split request was caused by the hard-coded break, for example some of nested objects contains ForcePageBreak != ForcePageBreakEnum.None. |
Position | Position relative to top/left of the object. |