A bitmap based image.

System.Object
   WebSupergoo.ABCpdf7.Objects.IndirectObject
      WebSupergoo.ABCpdf7.Objects.StreamObject
         WebSupergoo.ABCpdf7.Objects.PixMap

 

   
   
Method Description
Throws Exceptions CompressCcitt Compresses the image using CCITT compression.
Throws Exceptions CompressJpeg Compresses the image using JPEG compression.
Throws Exceptions CompressJpx Compresses the image using JPEG 2000 compression.
Throws Exceptions Realize Converts the image to component color.
Throws Exceptions Recolor Converts the image from one color space to another.
Throws Exceptions Resample Changes the number of bits per color component.
Throws Exceptions Resize Resizes the image.
SetAlpha Sets a constant alpha value (0-255) for this image.
SetChromakey Sets a chromakey transparent color for this image.
ToGrayscale Converts the image to grayscale.
  inherited methods...

 

   
   
Property Description
BitsPerComponent The number of bits per color component.
Throws Exceptions ColorSpace The ColorSpace for this image.
ColorSpaceType The ColorSpaceType for this image.
Components The number of color components for each pixel.
ImageMask Whether this image is a one bit image mask.
Height The height of the image in pixels.
Width The width of the image in pixels.
  inherited properties...