API Reference
Class
PdfFlowOptions
Configures conditional, bounded, and replayable document flow.
Inheritance
- Object
- PdfFlowOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method PdfDocument.Component
- Method PdfDocument.Component
- Method PdfDocument.Deferred
- Method PdfDocument.Flow
- Method PdfItemCompose.Component
- Method PdfItemCompose.Component
- Method PdfItemCompose.Deferred
- Method PdfItemCompose.Flow
Constructors
public PdfFlowOptions() #Inherited Methods
Properties
public Func<PdfFlowContext, Boolean> ShowIf { get; set; } #Optional predicate evaluated when the group reaches layout.
public Double MinimumRemainingHeight { get; set; } #Minimum remaining height required before the group starts; otherwise a new page is started.
public Boolean KeepTogether { get; set; } #Attempts to keep all measurable nested content on one page.
public PdfFlowOverflowBehavior OverflowBehavior { get; set; } #Behavior used when the measurable group does not fit in the current page remainder.