public final class BarcodeField extends TextBoxField
Class represents barcode field.
_FileSelect, _Password
_disableUpdateAppearance
Constructor and Description |
---|
BarcodeField(Page page,
Rectangle rect)
Initializes new instance of the
BarcodeField class. |
Modifier and Type | Method and Description |
---|---|
String |
getCaption()
Gets the caption of the barcode object.
|
int |
getECC()
Gets an integer value representing the error correction coefficient.
|
int |
getResolution()
Gets the resolution, in dots-per-inch (dpi), at which the barcode object is rendered.
|
int |
getSymbology()
Specifies which barcode or glyph technology is to be used on this annotation,
see
Symbology for details. |
int |
getXSymHeight()
Gets the the vertical distance between two barcode modules, measured in pixels.
|
int |
getXSymWidth()
Gets The horizontal distance, in pixels, between two barcode modules.
|
addBarcode, getForceCombs, getMaxLen, getMultiline, getScrollable, getSpellCheck, getValue, setForceCombs, setJustification, setMaxLen, setMultiline, setScrollable, setSpellCheck, setValue
copyTo, flatten, get_Item, get_Item, getAlternateName, getAnnotationIndex, getMappingName, getPageIndex, getPartialName, getRect, getSyncRoot, isGroup, isSharedField, isSharedField, isSynchronized, iterator, recalculate, setAlternateName, setAnnotationIndex, setFieldImage, setFitIntoRectangle, setMappingName, setPartialName, setPosition, setRect, size, updateAppearances
accept, getActions, getDefaultAppearance, getExportable, getHighlighting, getOnActivated, getParent, getReadOnly, getRequired, setDefaultAppearance, setExportable, setHighlighting, setOnActivated, setReadOnly, setRequired
createAnnotation, getActiveState, getAlignment, getAppearance, getBorder, getCharacteristics, getColor, getContents, getEngineDict, getEngineObj, getFlags, getFullName, getHeight, getHorizontalAlignment_Annotation_New, getModified, getModifiedInternal, getName, getNormalAppearance, getPage, getPageIndex, getStates, getWidth, initialize, setActiveState, setAlignment, setBorder, setColor, setContents, setFlags, setHeight, setHorizontalAlignment_Annotation_New, setModified, setModifiedInternal, setName, setWidth
deepClone, getMargin, isKeptWithNext, isKeptWithNext, setHorizontalAlignment, setMargin, setVerticalAlignment
public int getResolution()
Gets the resolution, in dots-per-inch (dpi), at which the barcode object is rendered.
public String getCaption()
Gets the caption of the barcode object.
public int getSymbology()
Specifies which barcode or glyph technology is to be used on this annotation,
see Symbology
for details.
Symbology
public int getXSymWidth()
Gets The horizontal distance, in pixels, between two barcode modules.
public int getXSymHeight()
Gets the the vertical distance between two barcode modules, measured in pixels. The ratio XSymHeight/XSymWidth shall be an integer value. For PDF417, the acceptable ratio range is from 1 to 4. For QRCode and DataMatrix, this ratio shall always be 1
public int getECC()
Gets an integer value representing the error correction coefficient. For PDF417, shall be from 0 to 8. For QRCode, shall be from 0 to 3 (0 for �L�, 1 for �M�, 2 for �Q�, and 3 for �H�).
Copyright © 2019 Aspose. All Rights Reserved.