API Reference

Class

PdfInteractiveContentFlattenResult

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Result of flattening form fields and supported visual annotations.

Inheritance

  • Object
  • PdfInteractiveContentFlattenResult

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 flattened artifact.

Properties

public Byte[] Bytes { get; } #

Rewritten PDF bytes.

public Int32 FlattenedFormFieldCount { get; } #

Number of readable form fields removed by flattening.

public Int32 FlattenedAnnotationCount { get; } #

Number of supported visual annotations removed by flattening.

public Boolean Applied { get; } #

Whether any interactive object was flattened.