API Reference

Enum

PdfTrappingStatus

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

Print trapping status written to the PDF document information dictionary.

Inheritance

  • Enum
  • PdfTrappingStatus

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 PdfTrappingStatus Unknown #

The document trapping state is not known.

Value: 0
public const PdfTrappingStatus False #

The document has not been trapped.

Value: 1
public const PdfTrappingStatus True #

The document has been trapped.

Value: 2