API Reference

Class

PdfProductionSplitResult

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

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

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.