Enum BlendMode
Defines various blend modes for rendering. Note that although you can set them only Normal and Multiply modes are currently supported on Windows.
Namespace: PSPDFKit.Pdf.Annotation
Assembly: PSPDFKit.dll
Syntax
public enum BlendMode
Fields
| Name | Description |
|---|---|
| ColorBurn | ColorBurn blend mode. |
| ColorDodge | ColorDodge blend mode. |
| Darken | Darken blend mode. |
| Difference | Difference blend mode. |
| Exclusion | Exclusion blend mode. |
| HardLight | HardLight blend mode. |
| Lighten | Lighten blend mode. |
| Multiply | Multiply blend mode. |
| Normal | Normal blend mode. |
| Overlay | Overlay blend mode. |
| Screen | Screen blend mode. |
| SoftLight | SoftLight blend mode. |