XCombineMode EnumerationTerminal Works - PDF Printing.Net Library
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

public enum XCombineMode
Members

  Member nameValueDescription
Replace0 One clipping region is replaced by another.
Intersect1 Two clipping regions are combined by taking their intersection.
Union2 Not yet implemented in PDFEdit.
Xor3 Not yet implemented in PDFEdit.
Exclude4 Not yet implemented in PDFEdit.
Complement5 Not yet implemented in PDFEdit.
See Also

Reference