BlendMode Enum
The type of blending to use.
public enum BlendMode
Public Enum BlendMode
Inheritance: ObjectValueTypeEnumBlendMode
Fields
BlendMode.ColorBurn | 7 | Color Burn blending. |
BlendMode.ColorDodge | 6 | Color Dodge blending. |
BlendMode.Darken | 4 | Darken blending. |
BlendMode.Difference | 10 | Difference blending. |
BlendMode.Exclusion | 11 | Exclusion blending. |
BlendMode.HardLight | 8 | Hard Light blending. |
BlendMode.Lighten | 5 | Lighten blending. |
BlendMode.Multiply | 1 | Multiply blending. |
BlendMode.Normal | 0 | Normal blending. |
BlendMode.Overlay | 3 | Overlay blending. |
BlendMode.Screen | 2 | Screen blending. |
BlendMode.SoftLight | 9 | Soft Light blending. |
Licensing Info
This enum is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.