Class CmxImageSpec
Namespace: Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs
Assembly: Aspose.Imaging.dll (25.7.0)
Represents info specified for raster images.
public class CmxImageSpec : ICmxObjectSpec
{
public string Format { get; set; }
public string Url { get; set; }
}
Inheritance
Implements
Inherited Members
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
CmxImageSpec()
public CmxImageSpec()
{
}
Properties
BoundBox
Gets or sets the bound box.
public RectangleF BoundBox
{
get;
set;
}
Property Value
CropBox
Gets or sets the crop box.
public RectangleF CropBox
{
get;
set;
}
Property Value
ImageType
Gets or sets the type of the image.
public uint ImageType
{
get
{
}
set
{
}
}
Property Value
Images
Gets or sets the images.
public CmxRasterImage[] Images
{
get;
set;
}
Property Value
IsCmx3Image
Gets or sets a value indicating whether this instance is CMX3 image.
public bool IsCmx3Image
{
get;
set;
}
Property Value
Matrix
Gets or sets the transformation matrix.
public Matrix Matrix
{
get;
set;
}
Property Value
Methods
Equals(CmxImageSpec)
Check if objects are equal.
protected bool Equals(CmxImageSpec other)
{
}
Parameters
other
CmxImageSpec
The other object.
Returns
The equality comparison result.
Equals(object)
Check if objects are equal.
public override bool Equals(object obj)
{
}
Parameters
obj
object
The other object.
Returns
The equality comparison result.
GetHashCode()
Get hash code of the current object.
public override int GetHashCode()
{
}
Returns
The hash code.
ToString()
Returns a System.String that represents this instance.
public override string ToString()
{
}
Returns
A System.String that represents this instance.