Pdf417ParametersUI
Inheritance: java.lang.Object
public class Pdf417ParametersUI
UI wrapper for com.aspose.barcode.generation.Pdf417Parameters class.
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getAspectRatio() | Height/Width ratio of 2D BarCode module. |
getClass() | |
getColumns() | Columns count. |
getPdf417CompactionMode() | Pdf417 symbology type of BarCode’s compaction mode. |
getPdf417EncodeMode() | Identifies Pdf417 encode mode. |
getPdf417ErrorLevel() | Gets Pdf417 symbology type of BarCode’s error correction level ranging from level0 to level8, level0 means no error correction info, level8 means best error correction which means a larger picture. |
getPdf417MacroFileID() | Gets macro Pdf417 barcode’s file ID. |
getPdf417MacroSegmentID() | Gets macro Pdf417 barcode’s segment ID, which starts from 0, to MacroSegmentsCount - 1. |
getPdf417MacroSegmentsCount() | Gets macro Pdf417 barcode segments count. |
getPdf417Truncate() | Whether Pdf417 symbology type of BarCode is truncated (to reduce space). |
getRows() | Rows count. |
hashCode() | |
notify() | |
notifyAll() | |
setAspectRatio(float value) | Height/Width ratio of 2D BarCode module. |
setColumns(int value) | Columns count. |
setPdf417CompactionMode(Pdf417CompactionMode value) | Pdf417 symbology type of BarCode’s compaction mode. |
setPdf417EncodeMode(Pdf417EncodeMode pdf417EncodeMode) | Identifies Pdf417 encode mode. |
setPdf417ErrorLevel(Pdf417ErrorLevel value) | Sets Pdf417 symbology type of BarCode’s error correction level ranging from level0 to level8, level0 means no error correction info, level8 means best error correction which means a larger picture. |
setPdf417MacroFileID(int value) | Sets macro Pdf417 barcode’s file ID. |
setPdf417MacroSegmentID(int value) | Sets macro Pdf417 barcode’s segment ID, which starts from 0, to MacroSegmentsCount - 1. |
setPdf417MacroSegmentsCount(int value) | Sets macro Pdf417 barcode segments count. |
setPdf417Truncate(boolean value) | Whether Pdf417 symbology type of BarCode is truncated (to reduce space). |
setRows(int value) | Rows count. |
toString() | Returns a human-readable string representation of this . |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getAspectRatio()
public float getAspectRatio()
Height/Width ratio of 2D BarCode module.
Returns: float
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getColumns()
public int getColumns()
Columns count.
Returns: int
getPdf417CompactionMode()
public Pdf417CompactionMode getPdf417CompactionMode()
Pdf417 symbology type of BarCode’s compaction mode. Default value: Pdf417CompactionMode.AUTO.
Returns: Pdf417CompactionMode
getPdf417EncodeMode()
public Pdf417EncodeMode getPdf417EncodeMode()
Identifies Pdf417 encode mode. Default value: Auto.
Returns: Pdf417EncodeMode
getPdf417ErrorLevel()
public Pdf417ErrorLevel getPdf417ErrorLevel()
Gets Pdf417 symbology type of BarCode’s error correction level ranging from level0 to level8, level0 means no error correction info, level8 means best error correction which means a larger picture.
Returns: Pdf417ErrorLevel
getPdf417MacroFileID()
public int getPdf417MacroFileID()
Gets macro Pdf417 barcode’s file ID. Used for MacroPdf417.
Returns: int
getPdf417MacroSegmentID()
public int getPdf417MacroSegmentID()
Gets macro Pdf417 barcode’s segment ID, which starts from 0, to MacroSegmentsCount - 1.
Returns: int
getPdf417MacroSegmentsCount()
public int getPdf417MacroSegmentsCount()
Gets macro Pdf417 barcode segments count.
Returns: int
getPdf417Truncate()
public boolean getPdf417Truncate()
Whether Pdf417 symbology type of BarCode is truncated (to reduce space).
Returns: boolean
getRows()
public int getRows()
Rows count.
Returns: int
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setAspectRatio(float value)
public void setAspectRatio(float value)
Height/Width ratio of 2D BarCode module.
Parameters:
Parameter | Type | Description |
---|---|---|
value | float |
setColumns(int value)
public void setColumns(int value)
Columns count.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setPdf417CompactionMode(Pdf417CompactionMode value)
public void setPdf417CompactionMode(Pdf417CompactionMode value)
Pdf417 symbology type of BarCode’s compaction mode. Default value: Pdf417CompactionMode.AUTO.
Parameters:
Parameter | Type | Description |
---|---|---|
value | Pdf417CompactionMode |
setPdf417EncodeMode(Pdf417EncodeMode pdf417EncodeMode)
public void setPdf417EncodeMode(Pdf417EncodeMode pdf417EncodeMode)
Identifies Pdf417 encode mode. Default value: Auto.
Parameters:
Parameter | Type | Description |
---|---|---|
pdf417EncodeMode | Pdf417EncodeMode |
setPdf417ErrorLevel(Pdf417ErrorLevel value)
public void setPdf417ErrorLevel(Pdf417ErrorLevel value)
Sets Pdf417 symbology type of BarCode’s error correction level ranging from level0 to level8, level0 means no error correction info, level8 means best error correction which means a larger picture.
Parameters:
Parameter | Type | Description |
---|---|---|
value | Pdf417ErrorLevel |
setPdf417MacroFileID(int value)
public void setPdf417MacroFileID(int value)
Sets macro Pdf417 barcode’s file ID. Used for MacroPdf417.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setPdf417MacroSegmentID(int value)
public void setPdf417MacroSegmentID(int value)
Sets macro Pdf417 barcode’s segment ID, which starts from 0, to MacroSegmentsCount - 1.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setPdf417MacroSegmentsCount(int value)
public void setPdf417MacroSegmentsCount(int value)
Sets macro Pdf417 barcode segments count.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setPdf417Truncate(boolean value)
public void setPdf417Truncate(boolean value)
Whether Pdf417 symbology type of BarCode is truncated (to reduce space).
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setRows(int value)
public void setRows(int value)
Rows count.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
toString()
public String toString()
Returns a human-readable string representation of this .
Returns: java.lang.String - A string that represents this .
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |