DS.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / Indexed8bppBitmap Class
Properties Methods

Indexed8bppBitmap Class Members

The following tables list the members exposed by Indexed8bppBitmap.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the Indexed8bppBitmap class.  
Top
Public Properties
 NameDescription
Public PropertyGets the associated lookup table with 256 Red-Green-Blue[-Alpha] palette entries.  
Public PropertyGets the horizontal dpi of the bitmap.  
Public PropertyGets the vertical dpi of the bitmap.  
Public PropertyGets or sets an instance of GrapeCity.Documents.Imaging.Exif.ExifProfile with Exif metadata of the image.  
Public PropertyGets or sets the raw ICC profile data.  
Public PropertyGets a value indicating whether the Indexed8bppBitmap has been disposed of.  
Public PropertyGets or sets a lookup table index (from 0 to 255) at the specified coordinates.  
Public PropertyGets or sets a value indicating whether the alpha channel of the image should be ignored.  
Public PropertyGets the pixel height of the image.  
Public PropertyGets the pixel width of the image.  
Public PropertyGets or sets a value indicating if the color channels for all pixels are premultiplied by the alpha channel.  
Public PropertyGets a pointer to the internal binary data.  
Public PropertyGets the flip and rotate transformations that must be applied to the image.  
Top
Public Methods
 NameDescription
Public MethodApplies a license key to an instance of Indexed8bppBitmap.  
Public MethodOverloaded. Clears the Indexed8bppBitmap with the specified lookup table index (from 0 to 255).  
Public MethodCreates a new Indexed8bppBitmap with a fragment of the image.  
Public MethodCreates a new Indexed8bppBitmap with a copy of the image.  
Public MethodCompacts the image palette to 8 bits per color channel and returns the palette as an array of 32-bit ARGB values.  
Public MethodClean up any resources being used.  
Public MethodOverloaded. Changes the physical resolution of the image.  
Public MethodOverloaded. Creates an instance of the GcBitmap class from the current Indexed8bppBitmap.  
Top
See Also