Enum RasterOperation
Specifies raster operation.
Namespace: Syncfusion.Pdf.Native
Assembly: Syncfusion.Pdf.Base.dll
Syntax
public enum RasterOperation
Fields
Name | Description |
---|---|
R2_BLACK | Represents raster operation as BLACK. |
R2_COPYPEN | Represents raster operation as COPYPEN. |
R2_MASKNOTPEN | Represents raster operation as MASKNOTPEN. |
R2_MASKPEN | Represents raster operation as MASKPEN. |
R2_MASKPENNOT | Represents raster operation as MASKPENNOT. |
R2_MERGENOTPEN | Represents raster operation as MERGENOTPEN. |
R2_MERGEPEN | Represents raster operation as MERGEPEN. |
R2_MERGEPENNOT | Represents raster operation as MERGEPENNOT. |
R2_NOP | Represents raster operation as NOP. |
R2_NOT | Represents raster operation as NOT. |
R2_NOTCOPYPEN | Represents raster operation as NOTCOPYPEN. |
R2_NOTMASKPEN | Represents raster operation as NOTMASKPEN. |
R2_NOTMERGEPEN | Represents raster operation as NOTMERGEPEN. |
R2_NOTXORPEN | Represents raster operation as NOTXORPEN. |
R2_WHITE | Represents raster operation as WHITE. |
R2_XORPEN | Represents raster operation as XORPEN. |