public final class Resolution extends Object
The resolution infomation of the barcode image
Constructor and Description |
---|
Resolution(float dpix,
float dpiy,
int mode)
Initializes a new instance of the
Resolution class. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Determines whether two
ResolutionResolution instances are equal. |
float |
getDpiX()
Gets the horizontal resolution
|
float |
getDpiY()
Gets the vertical resolution
|
int |
getMode()
Gets the
ResolutionModemode of the resolution |
static boolean |
op_Equality(Resolution left,
Resolution right)
Determines whether two
ResolutionResolution instances are equal. |
static boolean |
op_Inequality(Resolution left,
Resolution right)
Determines whether two
ResolutionResolution instances are not equal. |
void |
setDpiX(float value)
Sets the horizontal resolution
|
void |
setDpiY(float value)
Sets the vertical resolution
|
void |
setMode(int value)
Sets the
ResolutionModemode of the resolution |
String |
toString()
Returns a String that represents the current
ResolutionResolution instance. |
public Resolution(float dpix, float dpiy, int mode)
Initializes a new instance of the Resolution
class.
dpix
- The horizontal resolution.dpiy
- The vertical resolution.mode
- The ResolutionModeResolutionMode
.public float getDpiX()
Gets the horizontal resolution
com.aspose.ms.System.ArgumentException
- <p>The <b>DpiX</b> parameter value is less than 0.</p>
public void setDpiX(float value)
Sets the horizontal resolution
com.aspose.ms.System.ArgumentException
- <p>The <b>DpiX</b> parameter value is less than 0.</p>
public float getDpiY()
Gets the vertical resolution
com.aspose.ms.System.ArgumentException
- <p>The <b>DpiY</b> parameter value is less than 0.</p>
public void setDpiY(float value)
Sets the vertical resolution
com.aspose.ms.System.ArgumentException
- <p>The <b>DpiY</b> parameter value is less than 0.</p>
public int getMode()
Gets the ResolutionModemode
of the resolution
public void setMode(int value)
Sets the ResolutionModemode
of the resolution
public String toString()
Returns a String that represents the current ResolutionResolution
instance.
public static boolean op_Equality(Resolution left, Resolution right)
Determines whether two ResolutionResolution
instances are equal.
left
- The ResolutionResolution
instance on the leftright
- The ResolutionResolution
instance on the right<b>true</b>
if the left ResolutionResolution
instances is equal to the right one; otherwise, <b>false</b>
.public static boolean op_Inequality(Resolution left, Resolution right)
Determines whether two ResolutionResolution
instances are not equal.
left
- The ResolutionResolution
instance on the leftright
- The ResolutionResolution
instance on the right<b>false</b>
if the left ResolutionResolution
instances is equal to the right one; otherwise, <b>true</b>
.public boolean equals(Object obj)
Determines whether two ResolutionResolution
instances are equal.
Copyright (c) 2002-2014 Aspose Pty Ltd. All Rights Reserved.