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

Aspose.Imaging Version: 24.5.0

Constructors

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

Properties

NameTypeAccessDescription
bits_per_pixeluintr/wGets or sets the bits per pixel.
bytes_per_lineuintr/wGets or sets the size of the line.
Measures in bytes.
color_modeluintr/wGets or sets the color model.
color_paletteintr/wGets or sets the color palette array.
Elements is ARGB color values represents in int
compressed_sizeuintr/wGets or sets the compressed size of the image.
Measures in bytes.
compressionushortr/wGets or sets the compression.
heightuintr/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_databyter/wGets or sets the raw byte data of the image.
sizeuintr/wGets or sets the size of the image.
Measures in bytes.
typeushortr/wGets or sets the type of the image.
widthuintr/wGets or sets the width of the image.
Measures in pixels.

Constructor: CmxRasterImage()

 CmxRasterImage() 

Initializes a new instance of the CmxRasterImage class