Class LayerMode
Layering modes for merging documents
Inheritance
System.Object
LayerMode
Namespace: IronPdf
Assembly: IronPdf.dll
Syntax
public sealed class LayerMode : Enum
Fields
Background
Layer the target document behind the destination document
Declaration
public const LayerMode Background
Field Value
Type | Description |
---|---|
Layer |
Foreground
Layer the target document on top of the destination document
Declaration
public const LayerMode Foreground
Field Value
Type | Description |
---|---|
Layer |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System. |