Skip to main content

Search OfficeIMO

Enter a topic, API type, or PowerShell command.

Documentation Search all OfficeIMO/

API Reference

Class

PdfPageRewriteResult

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

A page rewrite and its original-to-output object-number mapping.

Inheritance

  • Object
  • PdfPageRewriteResult

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

Methods

public PdfDocument ToDocument() #
Returns: PdfDocument

Opens the rewritten document with the source read options.

Properties

public Byte[] Bytes { get; } #

Rewritten PDF bytes.

public IReadOnlyDictionary<Int32, Int32> ObjectNumberMap { get; } #

Mapping for retained original objects. Newly generated objects have no original key.