CmxRasterImage Class

Summary: Represents the data specified for raster images.

Module: aspose.imaging.fileformats.cmx.objectmodel.specs

Full Name: aspose.imaging.fileformats.cmx.objectmodel.specs.CmxRasterImage

Inheritance: ICmxObjectSpec

Constructors

NameDescription
CmxRasterImage()Initializes a new instance of the CmxRasterImage class

Properties

NameTypeAccessDescription
bits_per_pixelintr/wGets or sets the bits per pixel.
bytes_per_lineintr/wGets or sets the size of the line.
Measures in bytes.
color_modelintr/wGets or sets the color model.
color_paletteint[]r/wGets or sets the color palette array.
Elements is ARGB color values represents in int
compressed_sizeintr/wGets or sets the compressed size of the image.
Measures in bytes.
compressionintr/wGets or sets the compression.
heightintr/wGets or sets the height of the image.
Measures in pixels.
is_maskboolr/wGets or sets a value indicating whether this instance is mask.
raw_dataSystem.Byter/wGets or sets the raw byte data of the image.
sizeintr/wGets or sets the size of the image.
Measures in bytes.
typeintr/wGets or sets the type of the image.
widthintr/wGets or sets the width of the image.
Measures in pixels.

Constructor: CmxRasterImage()

 CmxRasterImage() 

Initializes a new instance of the CmxRasterImage class