CmxImageSpec

CmxImageSpec class

Represents info specified for raster images.

public class CmxImageSpec : ICmxObjectSpec

Constructors

NameDescription
CmxImageSpec()The default constructor.

Properties

NameDescription
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

NameDescription
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