API Reference
Enum
PdfFlowOverflowBehavior
Controls how a bounded flow group behaves when it cannot fit in the current page remainder.
Inheritance
- Enum
- PdfFlowOverflowBehavior
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
ToString 4 overloads
public override sealed String ToString(IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString() instead.")Parameters
- provider IFormatProvider
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
- provider IFormatProvider
Values
public const PdfFlowOverflowBehavior Continue #Allows nested content to continue through the normal page flow.
Value:
0public const PdfFlowOverflowBehavior MoveToNextPage #Moves the group to the next page when its measured content fits on one full page.
Value:
1public const PdfFlowOverflowBehavior Skip #Skips the group when it cannot fit in the current page remainder.
Value:
2public const PdfFlowOverflowBehavior StopDocument #Stops processing the enclosing document flow when the group cannot fit.
Value:
3