public interface IBarCodeControl
void setSymbologyType(Symbology symbologyType)
Symbology getSymbologyType()
void setImageWidth(float imageWidth)
float getImageWidth()
void setImageHeight(float imageHeight)
float getImageHeight()
void setBarCodeImage(BufferedImage barCodeImage)
BufferedImage getBarCodeImage()
void setXDimension(float xDimension)
float getXDimension()
void setYDimension(float yDimension)
float getYDimension()
void setBackColor(Color backColor)
Color getBackColor()
void setForeColor(Color foreColor)
Color getForeColor()
void setAutoSize(boolean autoSize)
boolean isAutoSize()
void setRotationAngleF(float rotationAngleF)
float getRotationAngleF()
void setGraphicsUnit(com.aspose.ms.System.Drawing.GraphicsUnit graphicsUnit)
com.aspose.ms.System.Drawing.GraphicsUnit getGraphicsUnit()
void setBorderVisible(boolean borderVisible)
boolean isBorderVisible()
void setBorderDashStyle(BorderDashStyle borderDashStyle)
BorderDashStyle getBorderDashStyle()
void setBorderWidth(float borderWidth)
float getBorderWidth()
void setBorderColor(Color borderColor)
Color getColor()
void setCaptionAbove(Caption captionAbove)
boolean isCaptionAbove()
void setCaptionBelow(Caption captionBelow)
boolean isCaptionBelow()
void setMargins(Margins margins)
Margins getMargins()
void setMarginsF(MarginsF marginsF)
MarginsF getMarginsF()
void setResolution(Resolution resolution)
Resolution getResolution()
void setCodeText(String codeText)
String getCodeText()
void setDisplay2DText(String display2DText)
String getDisplay2DText()
void setPdf417Truncate(boolean pdf417Truncate)
boolean isPdf417Truncate()
void setPdf417ErrorLevel(Pdf417ErrorLevel pdf417ErrorLevel)
Pdf417ErrorLevel getPdf417ErrorLevel()
void setPdf417CompactionMode(Pdf417CompactionMode pdf417CompactionMode)
Pdf417CompactionMode getPdf417CompactionMode()
void setAspectRatio(float aspectRatio)
float getAspectRatio()
void setColumns(int columns)
int getColumns()
void setEnableEscape(boolean enableEscape)
boolean isEnableEscape()
void setEnableChecksum(EnableChecksum enableChecksum)
EnableChecksum isEnableChecksum()
void setCode128CodeSet(Code128CodeSet code128CodeSet)
Code128CodeSet getCode128CodeSet()
void setAustraliaPostFormatControlCode(AustraliaPostFormatControlCode australiaPostFormatControlCode)
AustraliaPostFormatControlCode getAustraliaPostFormatControlCode()
void setBarHeight(float barHeight)
float getBarHeight()
void setWideNarrowRatio(float wideNarrowRatio)
float getWideNarrowRatio()
void setCodeTextColor(Color CodeTextColor)
Color getCodeTextColor()
void setCodeLocation(CodeLocation codeLocation)
CodeLocation getCodeLocation()
void setCodeTextSpace(float codeTextSpace)
float getCodeTextSpace()
void setCodabarStartSymbol(CodabarSymbol codabarStartSymbol)
CodabarSymbol getCodabarStartSymbol()
void setCodabarStopSymbol(CodabarSymbol codabarStopSymbol)
CodabarSymbol getCodabarStopSymbol()
void setCodeTextFont(Font codeTextFont)
Font getCodeTextFont()
void setSupplementData(String supplementData)
String getSupplementData()
void setSupplementSpace(float supplementSpace)
float getSupplementSpace()
void setImageQuality(ImageQualityMode imageQuality)
ImageQualityMode getImageQuality()
void setPostnetShortBarHeight(float postnetShortBarHeight)
float getPostnetShortBarHeight()
void setPlanetShortBarHeight(float planetShortBarHeight)
float getPlanetShortBarHeight()
void rotate()
void rotate(float angle)
void rotate(RotationDirection direction, float angle)
void save(String filename)
void save(OutputStream stream, com.aspose.ms.System.Drawing.Imaging.ImageFormat format)
void save(String filename, com.aspose.ms.System.Drawing.Imaging.ImageFormat format)
Copyright (c) 2002-2014 Aspose Pty Ltd. All Rights Reserved.