PixMap Class

ABCpdf .net

 
  

A bitmap based image.

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

 

  
   
MethodDescription
  FromXImage PixMap static constructor.
Throws Exceptions CompressCcitt Compresses the image using CCITT compression.
Throws Exceptions CompressJbig2 Compresses the image using JBIG2 compression.
Throws Exceptions CompressJpeg Compresses the image using JPEG compression.
Throws Exceptions CompressJpx Compresses the image using JPEG 2000 compression.
Decompress Decompress the data in the stream using on-the-fly resizing.
Flip Flip the image horizontally or vertically.
Throws Exceptions GetBitmap Get the PixMap image as a System.Drawing.Bitmap.
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.
Throws Exceptions Rotate Rotate the image clockwise.
Save Saves the PixMap to stream attempting to preserve resolution, color space and depth as far as the output format allows.
SetAlpha Sets a constant alpha value (0-255) for this image.
SetBitmap Set the content of the object as a Bitmap.
SetChromakey Sets a chromakey transparent color for this image.
ToGrayscale Converts the image to grayscale.

 

  
   
PropertyDescription
AutoFix Whether to automatically fix corrupt images.
BitsPerComponent The number of bits per color component.
ColorSpace The ColorSpace for this image.
ColorSpaceType The ColorSpace for this image.
Components The number of color components for each pixel.
Height The height of the image in pixels.
ImageMask Whether this image is a one bit image mask.
Mask Any one bit image mask associated with this image.
Matte Any matte associated with this soft mask.
SMask Any soft image mask associated with this image.
Width The width of the image in pixels.