Specifies how different clipping regions can be combined.
Namespace: PdfEdit.Drawing
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax
Members
Member 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 PDFEdit. | |
Xor | 3 | Not yet implemented in PDFEdit. | |
Exclude | 4 | Not yet implemented in PDFEdit. | |
Complement | 5 | Not yet implemented in PDFEdit. |
See Also