ASP.NET MVC

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum RasterOperation - ASP.NETMVC API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved