API Reference

Class

PdfDestructiveCropResult

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Destructively cropped PDF bytes plus planner and raster readback evidence.

Inheritance

  • Object
  • PdfDestructiveCropResult

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 Byte[] ToBytes() #
Returns: Byte[]

Returns a defensive copy of the destructively cropped PDF.

public PdfDocument ToDocument() #
Returns: PdfDocument

Opens the destructively cropped artifact.

Properties

public PdfMutationPlan PageTreePlan { get; } #

Plan authorizing page-boundary and coordinate changes.

public PdfMutationPlan ContentPlan { get; } #

Plan authorizing destructive content replacement.

public PdfRewritePreservationReport PreservationReport { get; } #

Non-target structure preservation proof.

public IReadOnlyList<PdfPageRenderResult> Renders { get; } #

Raster artifacts used to replace selected pages.