PDF .NET Library Documentation - PDF Technologies, Inc.
Defines a color-key mask for an image.

Namespace:  PDFTech
Assembly:  PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)

Syntax

C#
public class PDFColorImageMask : ImageMask
Visual Basic (Declaration)
Public Class PDFColorImageMask _
	Inherits ImageMask
Visual C++
public ref class PDFColorImageMask : public ImageMask

Remarks

Note: A color image mask should not be used with jpeg images because they use a lossy image compression and unwanted effects might appear.

Inheritance Hierarchy

System..::.Object
  PDFTech..::.ImageMask
    PDFTech..::.PDFColorImageMask

See Also