API Reference

Class

PdfInterleaveSource

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

One source participating in an interleaved page composition.

Inheritance

  • Object
  • PdfInterleaveSource

Usage

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

Accepted by parameters

Constructors

public PdfInterleaveSource(Byte[] pdf, String name = null) #

Creates an interleave source from PDF bytes.

Parameters

pdf System.Byte[] requiredposition: 0
name System.String = null optionalposition: 1

Properties

public String Name { get; } #

Optional source name carried into the output-page mapping.

public PdfReadOptions ReadOptions { get; set; } #

Optional parser, password, permission, and resource-budget settings.

public PdfPageSelector Pages { get; set; } #

Optional ordered page selector. All pages are used when omitted.

public Boolean Reverse { get; set; } #

Reverses the selected page order before interleaving.