Class CmxImageSpec
CmxImageSpec class
Represents info specified for raster images.
public class CmxImageSpec : ICmxObjectSpec
Constructors
Properties
Name | Description |
---|
BoundBox { get; set; } | Gets or sets the bound box. |
CropBox { get; set; } | Gets or sets the crop box. |
Images { get; set; } | Gets or sets the images. |
ImageType { get; set; } | Gets or sets the type of the image. |
IsCmx3Image { get; set; } | Gets or sets a value indicating whether this instance is CMX3 image. |
Matrix { get; set; } | Gets or sets the transformation matrix. |
Methods
Name | Description |
---|
override Equals(object) | Check if objects are equal. |
override GetHashCode() | Get hash code of the current object. |
override ToString() | Returns a String that represents this instance. |
See Also