API Reference

Class

PdfInterleaveResult

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Interleaved PDF output with page provenance and document-structure decisions.

Inheritance

  • Object
  • PdfInterleaveResult

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Methods

public Byte[] ToBytes() #
Returns: Byte[]

Returns an independent copy of the composed PDF.

public PdfDocument ToDocument(PdfReadOptions readOptions = null) #
Returns: PdfDocument

Opens the composed PDF through the public document API.

Parameters

readOptions OfficeIMO.Pdf.PdfReadOptions = null optionalposition: 0

Properties

public IReadOnlyList<PdfInterleavePageMapping> Pages { get; } #

Output-page provenance in final page order.

public PdfMergeReport MergeReport { get; } #

Document-level structure decisions applied during composition.