API Reference

Enum

PdfPreflightCapability

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Wrapper-facing OfficeIMO.Pdf operation categories covered by preflight checks.

Inheritance

  • Enum
  • PdfPreflightCapability

Usage

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

Accepted by parameters

Values

public const PdfPreflightCapability ExtractText #

Text and structured text readback operations.

Value: 0
public const PdfPreflightCapability ExtractImages #

Image XObject extraction operations.

Value: 1
public const PdfPreflightCapability ExtractAttachments #

Embedded-file and associated-file attachment extraction operations.

Value: 2
public const PdfPreflightCapability ManipulatePages #

Page-level rewrite operations such as extract, split, merge, import, edit, stamp, and metadata updates.

Value: 3
public const PdfPreflightCapability AppendMetadataRevision #

Append-only metadata revision updates that preserve the existing PDF bytes.

Value: 4
public const PdfPreflightCapability AppendFormFieldRevision #

Append-only AcroForm field-value revision updates that preserve the existing PDF bytes.

Value: 5
public const PdfPreflightCapability PrepareExternalSignatureRevision #

Append-only external-signature placeholder revision preparation.

Value: 6
public const PdfPreflightCapability FillSimpleFormFields #

Simple AcroForm value updates for named text, choice, or button fields.

Value: 7
public const PdfPreflightCapability FlattenSimpleFormFields #

Simple AcroForm flattening for named text, choice, or button widgets with page-backed rectangles.

Value: 8
public const PdfPreflightCapability FillAndFlattenSimpleFormFields #

Simple AcroForm value updates followed by simple widget flattening.

Value: 9
public const PdfPreflightCapability ReadLogicalObjects #

Logical object readback through PdfLogicalDocument.

Value: 10