CmxRasterImage Class
Contents
[
Hide
]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
Name | Description |
---|---|
CmxRasterImage() | Initializes a new instance of the CmxRasterImage class |
Properties
Name | Type | Access | Description |
---|---|---|---|
bits_per_pixel | uint | r/w | Gets or sets the bits per pixel. |
bytes_per_line | uint | r/w | Gets or sets the size of the line. Measures in bytes. |
color_model | uint | r/w | Gets or sets the color model. |
color_palette | int | r/w | Gets or sets the color palette array. Elements is ARGB color values represents in int |
compressed_size | uint | r/w | Gets or sets the compressed size of the image. Measures in bytes. |
compression | ushort | r/w | Gets or sets the compression. |
height | uint | r/w | Gets or sets the height of the image. Measures in pixels. |
is_mask | bool | r/w | Gets or sets a value indicating whether this instance is mask. |
raw_data | byte | r/w | Gets or sets the raw byte data of the image. |
size | uint | r/w | Gets or sets the size of the image. Measures in bytes. |
type | ushort | r/w | Gets or sets the type of the image. |
width | uint | r/w | Gets or sets the width of the image. Measures in pixels. |
Constructor: CmxRasterImage()
CmxRasterImage()
Initializes a new instance of the CmxRasterImage class