API Reference

Enum

PdfPipelineStepKind

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

Stable stages recorded by PdfPipelineReport.

Inheritance

  • Enum
  • PdfPipelineStepKind

Usage

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

Values

public const PdfPipelineStepKind Create #

A new authored PDF document was created.

Value: 0
public const PdfPipelineStepKind Open #

An existing PDF artifact was opened.

Value: 1
public const PdfPipelineStepKind Mutation #

An existing PDF artifact was transformed.

Value: 2
public const PdfPipelineStepKind Output #

A final PDF artifact was generated or saved.

Value: 3