API Reference
Class
PdfProductionSplitResult
Generated production split artifacts and bounded-probe evidence.
Inheritance
- Object
- PdfProductionSplitResult
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
- Method PdfProductionSplitter.Split
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int32 SourcePageCount { get; } #Page count in the source PDF.
public IReadOnlyList<PdfProductionSplitPart> Parts { get; } #Generated artifacts in source-page order.
public Int32 ArtifactProbeCount { get; } #Number of candidate artifacts generated to satisfy the split policy.
public Int64 CumulativeArtifactBytes { get; } #Cumulative candidate and final artifact bytes generated while planning the split.