API Reference

Class

PdfAnnotationEditResult

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Result of a dependency-free PDF annotation edit operation.

Inheritance

  • Object
  • PdfAnnotationEditResult

Usage

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

Methods

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

Opens the edited bytes through the fluent document API.

Parameters

readOptions OfficeIMO.Pdf.PdfReadOptions = null optionalposition: 0

Properties

public Byte[] Bytes { get; } #

Rewritten PDF bytes.

public Int32 AffectedAnnotationCount { get; } #

Number of annotations removed or updated.

public PdfMutationPlan MutationPlan { get; } #

Shared mutation decision used by the editor.

public PdfSignatureMutationReport SignatureMutationReport { get; } #

Append-only signature and revision proof, when append-only mode was selected.

public PdfRewritePreservationReport RewritePreservationReport { get; } #

Full-rewrite preservation proof, when full rewrite mode was selected.

public Boolean Applied { get; } #

True when the operation changed at least one annotation.