Class CmxImageSpec

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

object CmxImageSpec

Implements

ICmxObjectSpec

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

RectangleF

CropBox

Gets or sets the crop box.

public RectangleF CropBox
   {
      get;
      set;
   }

Property Value

RectangleF

ImageType

Gets or sets the type of the image.

public uint ImageType
    {
        get
        {
        }
        set
        {
        }
    }

Property Value

ushort

Images

Gets or sets the images.

public CmxRasterImage[] Images
   {
      get;
      set;
   }

Property Value

CmxRasterImage []

IsCmx3Image

Gets or sets a value indicating whether this instance is CMX3 image.

public bool IsCmx3Image
{
    get;
    set;
}

Property Value

bool

Matrix

Gets or sets the transformation matrix.

public Matrix Matrix
   {
      get;
      set;
   }

Property Value

Matrix

Methods

Equals(CmxImageSpec)

Check if objects are equal.

protected bool Equals(CmxImageSpec other)
   {
   }

Parameters

other CmxImageSpec

The other object.

Returns

bool

The equality comparison result.

Equals(object)

Check if objects are equal.

public override bool Equals(object obj)
{
}

Parameters

obj object

The other object.

Returns

bool

The equality comparison result.

GetHashCode()

Get hash code of the current object.

public override int GetHashCode()
{
}

Returns

int

The hash code.

ToString()

Returns a System.String that represents this instance.

public override string ToString()
   {
   }

Returns

string

A System.String that represents this instance.

 English