CmxImageSpec Class
Contents
[
Hide
]Summary: Represents info specified for raster images.
Module: aspose.imaging.fileformats.cmx.objectmodel.specs
Full Name: aspose.imaging.fileformats.cmx.objectmodel.specs.CmxImageSpec
Inheritance: ICmxObjectSpec
Constructors
| Name | Description |
|---|---|
| CmxImageSpec() | Initializes a new instance of the CmxImageSpec class |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| bound_box | RectangleF | r/w | Gets or sets the bound box. |
| crop_box | RectangleF | r/w | Gets or sets the crop box. |
| image_type | int | r/w | Gets or sets the type of the image. |
| images | CmxRasterImage[] | r/w | Gets or sets the images. |
| is_cmx_3_image | bool | r/w | Gets or sets a value indicating whether this instance is CMX3 image. |
| matrix | Matrix | r/w | Gets or sets the transformation matrix. |
Constructor: CmxImageSpec()
CmxImageSpec()
Initializes a new instance of the CmxImageSpec class