API Reference

Enum

PdfProjectionAssetPolicy

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

How normalized assets are represented in PDF output.

Inheritance

  • Enum
  • PdfProjectionAssetPolicy

Usage

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

Values

public const PdfProjectionAssetPolicy EmbedSupportedImages #

Embed supported raster images and list non-image resources.

Value: 0
public const PdfProjectionAssetPolicy ListMetadata #

List asset metadata without embedding payloads.

Value: 1
public const PdfProjectionAssetPolicy Omit #

Omit assets with explicit conversion diagnostics.

Value: 2