Resolution Class

The resolution information of the barcode image
Inheritance Hierarchy

Namespace:  Aspose.BarCode
Assembly:  Aspose.BarCode (in Aspose.BarCode.dll) Version: 20.11.0
Syntax
public sealed class Resolution : MarshalByRefObject

The Resolution type exposes the following members.

Constructors
  NameDescription
Public methodResolution
Initializes a new instance of the Resolution class.
Public methodResolution(Single, Single, ResolutionMode)
Initializes a new instance of the Resolution class.
Properties
  NameDescription
Public propertyDpiX
Gets or sets the horizontal resolution
Public propertyDpiY
Gets or sets the vertical resolution
Public propertyMode
Gets or sets the mode of the resolution
Methods
  NameDescription
Public methodCreateObjRef (Inherited from MarshalByRefObject.)
Public methodEquals
Determines whether two Resolution instances are equal.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
(Overrides ObjectGetHashCode.)
Public methodGetLifetimeService (Inherited from MarshalByRefObject.)
Public methodGetType (Inherited from Object.)
Public methodInitializeLifetimeService (Inherited from MarshalByRefObject.)
Public methodToString
Returns a String that represents the current Resolution instance.
(Overrides ObjectToString.)
Operators
  NameDescription
Public operatorStatic memberEquality
Determines whether two Resolution instances are equal.
Public operatorStatic memberInequality
Determines whether two Resolution instances are not equal.
See Also