API Reference

Enum

PdfRenderSupportLevel

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

Describes the managed renderer's treatment of a PDF feature.

Inheritance

  • Enum
  • PdfRenderSupportLevel

Usage

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

Values

public const PdfRenderSupportLevel Supported #

The feature is projected without a known intentional simplification.

Value: 0
public const PdfRenderSupportLevel Simplified #

The feature is projected with a documented simplification.

Value: 1
public const PdfRenderSupportLevel Unsupported #

The feature is skipped because the managed renderer does not implement it.

Value: 2