Namespace: PdfSharp.Drawing
Specifies how different clipping regions can be combined.
public enum XCombineMode
Inheritance Object → ValueType → Enum → XCombineMode
Implements IComparable, IFormattable, IConvertible
| Name | Value | Description |
|---|---|---|
| Replace | 0 | One clipping region is replaced by another. |
| Intersect | 1 | Two clipping regions are combined by taking their intersection. |
| Union | 2 | Not yet implemented in PDFsharp. |
| Xor | 3 | Not yet implemented in PDFsharp. |
| Exclude | 4 | Not yet implemented in PDFsharp. |
| Complement | 5 | Not yet implemented in PDFsharp. |