API Reference

Enum

PdfImageEditLayer

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

Controls where a newly added or rewritten image is placed relative to existing page content.

Inheritance

  • Enum
  • PdfImageEditLayer

Usage

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

Values

public const PdfImageEditLayer AboveExistingContent #

Places the image after existing page content.

Value: 0
public const PdfImageEditLayer BehindExistingContent #

Places the image before existing page content.

Value: 1