Package com.aspose.barcode.generation
Class DotCodeParameters
- java.lang.Object
-
- com.aspose.barcode.generation.DotCodeParameters
-
public class DotCodeParameters extends java.lang.Object
DotCode parameters.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
getAspectRatio()
Height/Width ratio of 2D BarCode module.int
getDotCodeMask()
Mask of Dotcode barcode.void
setAspectRatio(float value)
Height/Width ratio of 2D BarCode module.void
setDotCodeMask(int value)
Mask of Dotcode barcode.java.lang.String
toString()
Returns a human-readable string representation of thisDotCodeParameters
.
-
-
-
Method Detail
-
getDotCodeMask
public int getDotCodeMask()
Mask of Dotcode barcode. Default value: -1.
-
setDotCodeMask
public void setDotCodeMask(int value)
Mask of Dotcode barcode. Default value: -1.
-
getAspectRatio
public float getAspectRatio()
Height/Width ratio of 2D BarCode module.
-
setAspectRatio
public void setAspectRatio(float value)
Height/Width ratio of 2D BarCode module.
-
toString
public java.lang.String toString()
Returns a human-readable string representation of this
DotCodeParameters
.- Overrides:
toString
in classjava.lang.Object
- Returns:
- A string that represents this
DotCodeParameters
.
-
-