API Reference

Enum

PdfMutationStructure

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

PDF structures that a planned mutation can affect.

Inheritance

  • Enum
  • PdfMutationStructure

Usage

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

Values

public const PdfMutationStructure ObjectGraph #

Trailer and indirect-object reachability state.

Value: 0
public const PdfMutationStructure InfoDictionary #

Document information dictionary.

Value: 1
public const PdfMutationStructure XmpMetadata #

XMP metadata stream and schemas.

Value: 2
public const PdfMutationStructure Catalog #

Catalog dictionary and catalog-owned structures.

Value: 3
public const PdfMutationStructure Navigation #

Outlines, destinations, page labels, and related navigation.

Value: 4
public const PdfMutationStructure PageTree #

Page tree membership and ordering.

Value: 5
public const PdfMutationStructure PageContent #

Page content streams.

Value: 6
public const PdfMutationStructure PageResources #

Page resource dictionaries and referenced resources.

Value: 7
public const PdfMutationStructure Annotations #

Page annotations, including widget annotations.

Value: 8
public const PdfMutationStructure AcroForm #

AcroForm fields and form dictionaries.

Value: 9
public const PdfMutationStructure AppearanceStreams #

Form or annotation appearance streams.

Value: 10
public const PdfMutationStructure Signatures #

Digital signature dictionaries, byte ranges, and signature fields.

Value: 11
public const PdfMutationStructure Attachments #

Embedded files, associated files, and their name trees.

Value: 12
public const PdfMutationStructure Encryption #

Standard or public-key security dictionaries and encrypted objects.

Value: 13
public const PdfMutationStructure TaggedContent #

Tagged-PDF structure and marked-content references.

Value: 14