API Reference
Class
PdfLayoutPositionCapture
Captures the final page regions occupied by one or more flow groups.
Inheritance
- Object
- PdfLayoutPositionCapture
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 PdfLayoutPositionCapture() #Inherited Methods
Properties
public IReadOnlyList<PdfLayoutRegion> Regions { get; } #Captured regions from the most recent layout pass.
public PdfLayoutRegion Last { get; } #Last captured region, or null when the group emitted no content.
public Boolean WasSkipped { get; } #True when the associated group was skipped by its condition or overflow policy.