- A - Static variable in class com.aspose.barcode.CodabarSymbol
-
Specifies character A as the start or stop symbol of the Codabar barcode specification.
- A - Static variable in class com.aspose.barcode.Code128CodeSet
-
Specifies code set <b>A</b>
should be used to encode the data in the CODE128 specification.
- Above - Static variable in class com.aspose.barcode.CodeLocation
-
Specifies that the code text is shown on the top of the bar code.
- AI - Static variable in class com.aspose.barcode.EAN128EncodeMode
-
The CodeText will be encoded into the barcode used the internation standard of Application Identifiers (AI).
- Alignment - Class in com.aspose.barcode
-
Caption or Barcode image's alignment style
- AllSupportedTypes - Static variable in class com.aspose.barcoderecognition.BarCodeReadType
-
Specifies that data will be checked with all available symbologies
- AlphaNumber - Static variable in class com.aspose.barcode.QREncodeMode
-
AlphaNumber mode, include A-Z, 0-9 and the SP, $, %, *, +, -, ., / and :
- AntiAlias - Static variable in class com.aspose.barcode.ImageQualityMode
-
Specifeis Anti-aliased image rendering.
- AntiClockwise - Static variable in class com.aspose.barcode.RotationDirection
-
anti clockwise rotate
- append(String) - Method in class com.aspose.barcode.Code128CodeBuilder
-
- apply(BinarizedBitmap) - Method in class com.aspose.barcoderecognition.imaging.ConservativeSmoothingImageFilter
-
Applies Conservative Smoothing Filter to the specified image.
- apply(BinarizedBitmap) - Method in interface com.aspose.barcoderecognition.imaging.IBinarizedBitmapFilter
-
- apply(BufferedImage) - Method in interface com.aspose.barcoderecognition.imaging.IBitmapFilter
-
- apply(BufferedImage, Rectangle) - Method in interface com.aspose.barcoderecognition.imaging.IBitmapFilter
-
- apply(BinarizedBitmap) - Method in class com.aspose.barcoderecognition.imaging.MedianSmoothingImageFilter
-
Applies Median Smoothing filter to the specified image.
- apply(BufferedImage) - Method in class com.aspose.barcoderecognition.imaging.RotationAdjustmentFilter
-
Adjusts the bitmap.
- apply(BufferedImage, Rectangle) - Method in class com.aspose.barcoderecognition.imaging.RotationAdjustmentFilter
-
- ASCII - Static variable in class com.aspose.barcode.DataMatrixEncodeMode
-
Encodes one alphanumeric or two numeric characters per byte
- AustralianPosteParcel - Static variable in class com.aspose.barcode.Symbology
-
Specifies that the data should be encoded with <b>Australian Post Domestic eParcel Barcode</b>
barcode specification
- AustralianPosteParcelCodeSet - Class in com.aspose.barcode
-
Specifies the code set of CODE128 barcode specification used to encode the data.
- AustraliaPost - Static variable in class com.aspose.barcode.Symbology
-
Represents Australia Post Customer BarCode
- AustraliaPost - Static variable in class com.aspose.barcoderecognition.BarCodeReadType
-
Represents Australia Post Customer BarCode
- AustraliaPostFormatControlCode - Class in com.aspose.barcode
-
Represents the Format Control Code Field of Australia Post BarCode
- Auto - Static variable in class com.aspose.barcode.Alignment
-
auto alignment
- Auto - Static variable in class com.aspose.barcode.AustralianPosteParcelCodeSet
-
Specifies code set <b>A</b>
should be used to encode the data in the CODE128 specification.
- Auto - Static variable in class com.aspose.barcode.Code128CodeSet
-
Specifies using the embeded optimized arithmetic to encode the data, which will use the shortest encoding result.
- Auto - Static variable in class com.aspose.barcode.DataMatrixEncodeMode
-
Automatically pick up the best encode mode for datamatrix encoding
- Auto - Static variable in class com.aspose.barcode.Pdf417CompactionMode
-
auto detect compation mode
- Auto - Static variable in class com.aspose.barcode.QREncodeMode
-
auto detect the mode
- AutoAI - Static variable in class com.aspose.barcode.EAN128EncodeMode
-
- Aztec - Static variable in class com.aspose.barcode.Symbology
-
Specifies that the data should be encoded with <b>Aztec</b>
barcode specification
- Aztec - Static variable in class com.aspose.barcoderecognition.BarCodeReadType
-
Specifies that the data should be encoded with <b>Aztec</b>
barcode specification
- B - Static variable in class com.aspose.barcode.CodabarSymbol
-
Specifies character B as the start or stop symbol of the Codabar barcode specification.
- B - Static variable in class com.aspose.barcode.Code128CodeSet
-
Specifies code set <b>B</b>
should be used to encode the data in the CODE128 specification.
- Bar - Static variable in class com.aspose.barcode.ITF14BorderType
-
Tow horizontal bars enclosing the barcode
- BarCodeBuilder - Class in com.aspose.barcode
-
BarCodeBuilder for backend barcode images generation.
- BarCodeBuilder() - Constructor for class com.aspose.barcode.BarCodeBuilder
-
BarCodeBuilder's constructer, default SymbologyType is Code128,
default CodeText is 12345678
- BarCodeBuilder(String) - Constructor for class com.aspose.barcode.BarCodeBuilder
-
BarCodeBuilder's constructer, default SymbologyType is Code128
- BarCodeBuilder(String, long) - Constructor for class com.aspose.barcode.BarCodeBuilder
-
BarCodeBuilder's constructer
- BarCodeException - Exception in com.aspose.barcode
-
Represents the exception for creating barcode image.
- BarCodeException() - Constructor for exception com.aspose.barcode.BarCodeException
-
Initilize an instance of BarCodeExceptionBarCodeException
class
- BarCodeException(String) - Constructor for exception com.aspose.barcode.BarCodeException
-
Initilize an instance of BarCodeExceptionBarCodeException
class with specified error message.
- BarCodeException(String, Exception) - Constructor for exception com.aspose.barcode.BarCodeException
-
Initilize an instance of BarCodeExceptionBarCodeException
class with the specified error message and the current exception.
- BarCodeOrientation - Class in com.aspose.barcoderecognition
-
The orientation of the recognized barcode.
- BarCodeReader - Class in com.aspose.barcoderecognition
-
BarCodeReader encapsulates an image which may contain one or several barcodes, it then can perform Read operation to detect barcodes
- BarCodeReader(Bitmap) - Constructor for class com.aspose.barcoderecognition.BarCodeReader
-
BarCodeReader constructor from an image
- BarCodeReader(Bitmap, long) - Constructor for class com.aspose.barcoderecognition.BarCodeReader
-
Initializes a new instance of the BarCodeReader
class.
- BarCodeReader(Bitmap, Rectangle, long) - Constructor for class com.aspose.barcoderecognition.BarCodeReader
-
- BarCodeReadType - Class in com.aspose.barcoderecognition
-
Specify the type of barcode to read.
- BarCodeRecognitionException - Exception in com.aspose.barcoderecognition
-
General exception thrown by BarCodeReader, inherited from BarCodeException
- BarCodeRecognitionException(String) - Constructor for exception com.aspose.barcoderecognition.BarCodeRecognitionException
-
Initialize an instance of BarCodeRecognitionException class
- BarCodeRecognitionException(String, RuntimeException) - Constructor for exception com.aspose.barcoderecognition.BarCodeRecognitionException
-
Initialize an instance of BarCodeRecognitionException class with the specified error message and the current exception.
- BarCodeRegion - Class in com.aspose.barcoderecognition
-
Represents the barcode's region
- BarCodeRegion(Point[]) - Constructor for class com.aspose.barcoderecognition.BarCodeRegion
-
- Below - Static variable in class com.aspose.barcode.CodeLocation
-
Specifies that the code text is shown on the bottom of the bar code.
- BinarizedBitmap - Class in com.aspose.barcoderecognition.imaging
-
The Binarized Bitmap class.Using by BarCodeReader.
- BinarizedBitmap(Bitmap, Rectangle) - Constructor for class com.aspose.barcoderecognition.imaging.BinarizedBitmap
-
- Binary - Static variable in class com.aspose.barcode.Pdf417CompactionMode
-
binary compaction mode
- Binary - Static variable in class com.aspose.barcode.QREncodeMode
-
8-bit binary mode
- BooklandEAN - Static variable in class com.aspose.barcode.Symbology
-
Specifies that the data should be encoded with <b>Bookland-EAN</b>
barcode specification
- BooklandEAN - Static variable in class com.aspose.barcoderecognition.BarCodeReadType
-
Specifies that the data should be encoded with <b>Bookland-EAN</b>
barcode specification
- BorderDashStyle - Class in com.aspose.barcode
-
Specifies the style of dashed border lines.
- Bottom - Static variable in class com.aspose.barcode.Alignment
-
bottom middle
- BottomLeft - Static variable in class com.aspose.barcode.Alignment
-
at the left bottom corner
- BottomRight - Static variable in class com.aspose.barcode.Alignment
-
at the bottom right corner
- C - Static variable in class com.aspose.barcode.CodabarSymbol
-
Specifies character C as the start or stop symbol of the Codabar barcode specification.
- C - Static variable in class com.aspose.barcode.Code128CodeSet
-
Specifies code set <b>C</b>
should be used to encode the data in the CODE128 specification.
- Caption - Class in com.aspose.barcode
-
The text caption shown in the barcode image.
- Caption() - Constructor for class com.aspose.barcode.Caption
-
Initialize an instance of Captioncaption
class with default vaule.
- Caption(String) - Constructor for class com.aspose.barcode.Caption
-
Initialize an instance of Captioncaption
class with specified text.
- Caption(String, boolean, int, float, Color, Font) - Constructor for class com.aspose.barcode.Caption
-
Initialize an instance of Captioncaption
class.
- CaptionConverter - Class in com.aspose.barcode
-
- CaptionConverter() - Constructor for class com.aspose.barcode.CaptionConverter
-
- Clockwise - Static variable in class com.aspose.barcode.RotationDirection
-
clock wise rotate
- close() - Method in class com.aspose.barcoderecognition.BarCodeReader
-
Closes barcode reader.
- Codabar - Static variable in class com.aspose.barcode.Symbology
-
Specifies that the data should be encoded with <b>CODABAR</b>
barcode specification
- Codabar - Static variable in class com.aspose.barcoderecognition.BarCodeReadType
-
Specifies that the data should be encoded with <b>CODABAR</b>
barcode specification
- CodabarSymbol - Class in com.aspose.barcode
-
Specifies the start or stop symbol of the Codabar barcode specification.
- Code11 - Static variable in class com.aspose.barcode.Symbology
-
Specifies that the data should be encoded with <b>CODE 11</b>
barcode specification
- Code11 - Static variable in class com.aspose.barcoderecognition.BarCodeReadType
-
Specifies that the data should be encoded with <b>CODE 11</b>
barcode specification
- Code128 - Static variable in class com.aspose.barcode.Symbology
-
Specifies that the data should be encoded with <b>CODE 128</b>
barcode specification
- Code128 - Static variable in class com.aspose.barcoderecognition.BarCodeReadType
-
Specifies that the data should be encoded with <b>CODE 128</b>
barcode specification
- Code128CodeBuilder - Class in com.aspose.barcode
-
Use to generate customized CodeText for Code128 barcode.
- Code128CodeBuilder(int) - Constructor for class com.aspose.barcode.Code128CodeBuilder
-
- Code128CodeBuilder() - Constructor for class com.aspose.barcode.Code128CodeBuilder
-
- Code128CodeSet - Class in com.aspose.barcode
-
Specifies the code set of CODE128 barcode specification used to encode the data.
- Code39Extended - Static variable in class com.aspose.barcode.Symbology
-
Specifies that the data should be encoded with <b>Extended CODE 39</b>
barcode specification
- Code39Extended - Static variable in class com.aspose.barcoderecognition.BarCodeReadType
-
Specifies that the data should be encoded with <b>Extended CODE 39</b>
barcode specification
- Code39Standard - Static variable in class com.aspose.barcode.Symbology
-
Specifies that the data should be encoded with <b>Standard CODE 39</b>
barcode specification
- Code39Standard - Static variable in class com.aspose.barcoderecognition.BarCodeReadType
-
Specifies that the data should be encoded with <b>Standard CODE 39</b>
barcode specification
- Code93Extended - Static variable in class com.aspose.barcode.Symbology
-
Specifies that the data should be encoded with <b>Extended CODE 93</b>
barcode specification
- Code93Extended - Static variable in class com.aspose.barcoderecognition.BarCodeReadType
-
Specifies that the data should be encoded with <b>Extended CODE 93</b>
barcode specification
- Code93Standard - Static variable in class com.aspose.barcode.Symbology
-
Specifies that the data should be encoded with <b>Standard CODE 93</b>
barcode specification
- Code93Standard - Static variable in class com.aspose.barcoderecognition.BarCodeReadType
-
Specifies that the data should be encoded with <b>Standard CODE 93</b>
barcode specification
- CodeLocation - Class in com.aspose.barcode
-
Specifies the location of the code text shown in the image.
- com.aspose.barcode - package com.aspose.barcode
-
- com.aspose.barcoderecognition - package com.aspose.barcoderecognition
-
- com.aspose.barcoderecognition.imaging - package com.aspose.barcoderecognition.imaging
-
- ConservativeSmoothingImageFilter - Class in com.aspose.barcoderecognition.imaging
-
The Conservative Smoothing ImageFilter
- ConservativeSmoothingImageFilter() - Constructor for class com.aspose.barcoderecognition.imaging.ConservativeSmoothingImageFilter
-
Initializes a new instance of the ConservativeSmoothingImageFilter
class.
- copy() - Method in class com.aspose.barcode.Caption
-
* Get a new copy of the caption instance.
- CTable - Static variable in class com.aspose.barcoderecognition.CustomerInformationInterpretingType
-
Use CTable to interpret the customer information
- Customer2 - Static variable in class com.aspose.barcode.AustraliaPostFormatControlCode
-
Customer BarCode 2
- Customer3 - Static variable in class com.aspose.barcode.AustraliaPostFormatControlCode
-
Customer BarCode 3
- CustomerInformationInterpretingType - Class in com.aspose.barcoderecognition
-
Defines the interpreting type(CTable or NTable) of customer information for AustralianPost BarCode.
- Customized - Static variable in class com.aspose.barcode.AustralianPosteParcelCodeSet
-
Specifies using B symbol instead of A symbol before human-readable data.
- Customized - Static variable in class com.aspose.barcode.Code128CodeSet
-
Specifies using the customized codeset.
- Customized - Static variable in class com.aspose.barcode.ResolutionMode
-
Apply the resolution of the barcode image according to the user defined DpiX and DpiY properties.
- D - Static variable in class com.aspose.barcode.CodabarSymbol
-
Specifies character D as the start or stop symbol of the Codabar barcode specification.
- Dash - Static variable in class com.aspose.barcode.BorderDashStyle
-
Specifies a line consisting of dashes.
- DashDot - Static variable in class com.aspose.barcode.BorderDashStyle
-
Specifies a line consisting of a repeating pattern of dash-dot.
- DashDotDot - Static variable in class com.aspose.barcode.BorderDashStyle
-
Specifies a line consisting of a repeating pattern of dash-dot-dot.
- DatabarExpanded - Static variable in class com.aspose.barcode.Symbology
-
Represents Databar expanded barcode
- DatabarExpanded - Static variable in class com.aspose.barcoderecognition.BarCodeReadType
-
Represents Databar expanded barcode, supports recognition only.
- DatabarLimited - Static variable in class com.aspose.barcode.Symbology
-
Represents Databar limited barcode
- DatabarLimited - Static variable in class com.aspose.barcoderecognition.BarCodeReadType
-
Represents Databar limited barcode, supports recognition only.
- DatabarOmniDirectional - Static variable in class com.aspose.barcode.Symbology
-
Specifies that the data should be encoded with <b> Databar omni-directional</b>
barcode specification
- DatabarOmniDirectional - Static variable in class com.aspose.barcoderecognition.BarCodeReadType
-
Represents Databar omni-directional barcode
- DatabarTruncated - Static variable in class com.aspose.barcode.Symbology
-
Specifies that the data should be encoded with <b> Databar truncated</b>
barcode specification
- DatabarTruncated - Static variable in class com.aspose.barcoderecognition.BarCodeReadType
-
Represents Databar truncated barcode
- DataMatrix - Static variable in class com.aspose.barcode.Symbology
-
2D barcode symbology DataMatrix
- DataMatrix - Static variable in class com.aspose.barcoderecognition.BarCodeReadType
-
2D barcode symbology DataMatrix
- DataMatrixEncodeMode - Class in com.aspose.barcode
-
DataMatrix encoder's encoding mode, default to Auto
- Default - Static variable in class com.aspose.barcode.ImageQualityMode
-
Specifies No anti-aliasing image rendering.
- detectAngle(Bitmap) - Method in class com.aspose.barcoderecognition.imaging.RotationAdjustmentFilter
-
Detects the angle.
- DeutschePostIdentcode - Static variable in class com.aspose.barcode.Symbology
-
Represents Deutschen Post barcode, This Symbology is also known as Identcode,CodeIdentcode,German Postal 2 of 5 Identcode,
Deutsche Post AG Identcode, Deutsche Frachtpost Identcode, Deutsche Post AG (DHL)
- DeutschePostIdentcode - Static variable in class com.aspose.barcoderecognition.BarCodeReadType
-
Specifies that the data should be encoded with <b>DeutschePost Ident code</b>
barcode specification
- DeutschePostLeitcode - Static variable in class com.aspose.barcode.Symbology
-
Represents Deutsche Post Leitcode Barcode,also known as German Postal 2 of 5 Leitcode, CodeLeitcode, Leitcode, Deutsche Post AG (DHL).
- DeutschePostLeitcode - Static variable in class com.aspose.barcoderecognition.BarCodeReadType
-
Specifies that the data should be encoded with <b>DeutschePost Leit code</b>
barcode specification
- dispose() - Method in class com.aspose.barcode.BarCodeBuilder
-
Clean up any resources being used.
- dispose(boolean) - Method in class com.aspose.barcode.BarCodeBuilder
-
- dispose() - Method in class com.aspose.barcode.Caption
-
Dispose the Caption instance
- dispose() - Method in class com.aspose.barcoderecognition.BarCodeReader
-
Release resource
- Dot - Static variable in class com.aspose.barcode.BorderDashStyle
-
Specifies a line consisting of dots.
- DownToTop - Static variable in class com.aspose.barcoderecognition.BarCodeOrientation
-
- drawBarCodeEdges(Graphics, Pen) - Method in class com.aspose.barcoderecognition.BarCodeRegion
-
Draws the bar code edges.
- generateBarCodeBufferedImage() - Method in class com.aspose.barcode.BarCodeBuilder
-
Generate the BarCode image under current settings
- getAlwaysShowChecksum() - Method in class com.aspose.barcode.BarCodeBuilder
-
Always display checksum digit in the humanreadable text for Code128 and EAN128 barcodes.
- getAspectRatio() - Method in class com.aspose.barcode.BarCodeBuilder
-
2D BarCode's module's height/width ratio (yDimension/xDimension).
- getAspectRatio() - Method in interface com.aspose.barcode.IBarCodeControl
-
- getAustralianPosteParcelCodeSet() - Method in class com.aspose.barcode.BarCodeBuilder
-
Australian Post Domestic eParcel barcode symbology type of barcode's code set, default to AustralianPosteParcelCodeSet.Auto"
See Aspose.BarCode.Code128CodeSet
.
- getAustraliaPostFormatControlCode() - Method in class com.aspose.barcode.BarCodeBuilder
-
Australia Post symbology type of barcode's FormatControlCode, default to AustraliaPostFormatControlCode.Standard"
See Aspose.BarCode.AustraliaPostFormatControlCode
.
- getAustraliaPostFormatControlCode() - Method in interface com.aspose.barcode.IBarCodeControl
-
- getAutoSize() - Method in class com.aspose.barcode.BarCodeBuilder
-
Gets auto size
- getAutoSize() - Method in interface com.aspose.barcode.IBarCodeControl
-
- getAztectErrorLevel() - Method in class com.aspose.barcode.BarCodeBuilder
-
Level of error corection of Aztect types of barcode. value should between 10 to 95
- getBackColor() - Method in class com.aspose.barcode.BarCodeBuilder
-
Background color of the barcode image
See System.Drawing.Color
.
- getBackColor() - Method in interface com.aspose.barcode.IBarCodeControl
-
- getBarCodeBufferedImage() - Method in class com.aspose.barcode.BarCodeBuilder
-
Get the BarCode image under current settings
- getBarCodeImage() - Method in interface com.aspose.barcode.IBarCodeControl
-
- getBarCodeOrientation() - Method in class com.aspose.barcoderecognition.BarCodeReader
-
- getBarHeight() - Method in class com.aspose.barcode.BarCodeBuilder
-
height of 1D barcodes' bars.
- getBarHeight() - Method in interface com.aspose.barcode.IBarCodeControl
-
- getBorderColor() - Method in class com.aspose.barcode.BarCodeBuilder
-
Gets BarCode Image's border's color
- getBorderColor() - Method in interface com.aspose.barcode.IBarCodeControl
-
- getBorderDashStyle() - Method in class com.aspose.barcode.BarCodeBuilder
-
Gets BarCode Image's border's style
- getBorderDashStyle() - Method in interface com.aspose.barcode.IBarCodeControl
-
- getBorderVisible() - Method in class com.aspose.barcode.BarCodeBuilder
-
whether BarCode Image's border is visible
- getBorderVisible() - Method in interface com.aspose.barcode.IBarCodeControl
-
- getBorderWidth() - Method in class com.aspose.barcode.BarCodeBuilder
-
BarCode Image's border's width
Default Graphics Unit: Millimeter
See BorderVisible
.
- getBorderWidth() - Method in interface com.aspose.barcode.IBarCodeControl
-
- getBottom() - Method in class com.aspose.barcode.Margins
-
Gets the <b>bottom</b>
marign.
- getBottom() - Method in class com.aspose.barcode.MarginsF
-
Gets the <b>bottom</b>
marign.
- getCaptionAbove() - Method in class com.aspose.barcode.BarCodeBuilder
-
Caption Above the BarCode image.
- getCaptionAbove() - Method in interface com.aspose.barcode.IBarCodeControl
-
- getCaptionBelow() - Method in class com.aspose.barcode.BarCodeBuilder
-
Caption Below the BarCode image.
- getCaptionBelow() - Method in interface com.aspose.barcode.IBarCodeControl
-
- getCheckSum() - Method in class com.aspose.barcoderecognition.BarCodeReader
-
- getChecksumValidation() - Method in class com.aspose.barcoderecognition.BarCodeReader
-
Enable checksum validation during recognition for 1D barcodes.
- getCodabarStartSymbol() - Method in class com.aspose.barcode.BarCodeBuilder
-
Gets start symbol (character) of codabar symbology
- getCodabarStartSymbol() - Method in interface com.aspose.barcode.IBarCodeControl
-
- getCodabarStopSymbol() - Method in class com.aspose.barcode.BarCodeBuilder
-
Gets stop symbol (character) of codabar symbology
- getCodabarStopSymbol() - Method in interface com.aspose.barcode.IBarCodeControl
-
- getCode128CodeSet() - Method in class com.aspose.barcode.BarCodeBuilder
-
Code128 symbology type of barcode's code set, default to Code128CodeSet.Auto"
See Aspose.BarCode.Code128CodeSet
.
- getCode128CodeSet() - Method in interface com.aspose.barcode.IBarCodeControl
-
- getCodeBytes() - Method in class com.aspose.barcoderecognition.BarCodeReader
-
- getCodeLocation() - Method in class com.aspose.barcode.BarCodeBuilder
-
Specify the displaying CodeText's Location, set to CodeLocation.None to hide CodeText.
- getCodeLocation() - Method in interface com.aspose.barcode.IBarCodeControl
-
- getCodeText() - Method in class com.aspose.barcode.BarCodeBuilder
-
Data to be encoded, different types of BarCode may have different CodeText length restrictions
- getCodeText() - Method in interface com.aspose.barcode.IBarCodeControl
-
- getCodeText() - Method in class com.aspose.barcoderecognition.BarCodeReader
-
Gets the code text.
- getCodeTextAlignment() - Method in class com.aspose.barcode.BarCodeBuilder
-
Gets the alignment of the code text
- getCodeTextAlignment() - Method in interface com.aspose.barcode.IBarCodeControl
-
- getCodeTextColor() - Method in class com.aspose.barcode.BarCodeBuilder
-
Specify the displaying CodeText's Color
- getCodeTextColor() - Method in interface com.aspose.barcode.IBarCodeControl
-
- getCodeTextFont() - Method in class com.aspose.barcode.BarCodeBuilder
-
Specify the displaying CodeText's font
- getCodeTextFont() - Method in interface com.aspose.barcode.IBarCodeControl
-
- getCodeTextSpace() - Method in class com.aspose.barcode.BarCodeBuilder
-
Space between the CodeText and the BarCode.
- getCodeTextSpace() - Method in interface com.aspose.barcode.IBarCodeControl
-
- getColumns() - Method in class com.aspose.barcode.BarCodeBuilder
-
2D BarCode's columns, if setting is illegal then columns will be calculated automatically
appliable SymbologyType: Pdf417
- getColumns() - Method in interface com.aspose.barcode.IBarCodeControl
-
- getCustomerInformationInterpretingType() - Method in class com.aspose.barcoderecognition.BarCodeReader
-
Gets the Interpreting Type for the Customer Information of AustralianPost BarCode.Default is CustomerInformationInterpretingType.Other.
- getCustomizedScanStrength() - Method in class com.aspose.barcoderecognition.BarCodeReader
-
Gets the ScanStrength, value range is 1(weakest) to 100(strongest).
- getCustomizedThreshold() - Method in class com.aspose.barcoderecognition.BarCodeReader
-
Gets the the threshold value.This property works only the ThresholdHints.Customized Hints was set.
- GetCustomSizeBarCodeImage(Size) - Method in class com.aspose.barcode.BarCodeBuilder
-
- getDataMatrixEncodeMode() - Method in class com.aspose.barcode.BarCodeBuilder
-
Encode mode of Datamatrix barcode, default to Auto
see Aspose.BarCode.DataMatrixEncodeModeDataMatrixEncodeMode
.
- getDisplay2DText() - Method in class com.aspose.barcode.BarCodeBuilder
-
Gets the text will displayed on the barcode's image.
- getDisplay2DText() - Method in interface com.aspose.barcode.IBarCodeControl
-
- getDpiX() - Method in class com.aspose.barcode.Resolution
-
Gets the horizontal resolution
- getDpiY() - Method in class com.aspose.barcode.Resolution
-
Gets the vertical resolution
- getEAN128EncodeMode() - Method in class com.aspose.barcode.BarCodeBuilder
-
EAN128 symbology type of barcode's EncodeMode, default to EAN128EncodeMode.AI
See Aspose.BarCode.EAN128EncodeMode
.
- getEnableChecksum() - Method in class com.aspose.barcode.BarCodeBuilder
-
Enable checksum during generation for 1D barcodes.
- getEnableChecksum() - Method in interface com.aspose.barcode.IBarCodeControl
-
- getEnableEscape() - Method in class com.aspose.barcode.BarCodeBuilder
-
Indicates whether explains the character "\" as an escape character in CodeText property.
- getEnableEscape() - Method in interface com.aspose.barcode.IBarCodeControl
-
- getExpectedBarCodeCount() - Method in class com.aspose.barcoderecognition.BarCodeReader
-
Expected barcodes to be found.The reader will stop reading the image once it found barcodes more than this value.
- getFont() - Method in class com.aspose.barcode.Caption
-
Gets the System.Drawing.Fontfont
of the Captioncaption
.
- getForeColor() - Method in class com.aspose.barcode.BarCodeBuilder
-
Foreground color of the barcode image, that is,
Bar's color of 1D barcode, Module's color of 2D barcode
See System.Drawing.Color
.
- getForeColor() - Method in class com.aspose.barcode.Caption
-
Gets the System.Drawing.Colorforecolor
of the Captioncaption
.
- getForeColor() - Method in interface com.aspose.barcode.IBarCodeControl
-
- getGraphicsUnit() - Method in class com.aspose.barcode.BarCodeBuilder
-
Measurement of various properties such as Width, Height etc.
- getGraphicsUnit() - Method in interface com.aspose.barcode.IBarCodeControl
-
- getHeight() - Method in class com.aspose.barcoderecognition.imaging.BinarizedBitmap
-
Gets the height.
- getHistogram() - Method in class com.aspose.barcoderecognition.imaging.BinarizedBitmap
-
Gets the histogram.
- getImageBinarizationHints() - Method in class com.aspose.barcoderecognition.BarCodeReader
-
Gets the image binarization hints.
- getImageBinarizationHints() - Static method in class com.aspose.barcoderecognition.RecognitionHints
-
- getImageData() - Method in class com.aspose.barcoderecognition.imaging.BinarizedBitmap
-
Gets the image data.
- getImageHeight() - Method in class com.aspose.barcode.BarCodeBuilder
-
Gets image width
- getImageHeight() - Method in interface com.aspose.barcode.IBarCodeControl
-
- getImageQuality() - Method in class com.aspose.barcode.BarCodeBuilder
-
Gets image quality
- getImageQuality() - Method in interface com.aspose.barcode.IBarCodeControl
-
- getImageWidth() - Method in class com.aspose.barcode.BarCodeBuilder
-
Gets image width
- getImageWidth() - Method in interface com.aspose.barcode.IBarCodeControl
-
- getITF14BorderType() - Method in class com.aspose.barcode.BarCodeBuilder
-
Border type of ITF14 barcode, quiet zone will be determined by margin settings.
- getLeft() - Method in class com.aspose.barcode.Margins
-
Gets the <b>left</b>
margin.
- getLeft() - Method in class com.aspose.barcode.MarginsF
-
Gets the <b>left</b>
margin.
- getMacroPdf417FileID() - Method in class com.aspose.barcode.BarCodeBuilder
-
Gets macro pdf417 barcode's file ID.
- getMacroPdf417FileID() - Method in class com.aspose.barcoderecognition.BarCodeReader
-
Gets the file ID of the barcode, only available with MacroPdf417.
- getMacroPdf417LastSegment() - Method in class com.aspose.barcode.BarCodeBuilder
-
Gets whether this macro pdf417 barcode is the last segment.
- getMacroPdf417LastSegment() - Method in class com.aspose.barcoderecognition.BarCodeReader
-
Gets the last segment flag,only available with MacroPdf417..
- getMacroPdf417SegmentID() - Method in class com.aspose.barcode.BarCodeBuilder
-
Gets macro pdf417 barcode's segment ID, which starts from 0, to MacroPdf417SegmentCount - 1.
- getMacroPdf417SegmentID() - Method in class com.aspose.barcoderecognition.BarCodeReader
-
Gets the segment ID of the barcode,only available with MacroPdf417.
- getMargins() - Method in class com.aspose.barcode.BarCodeBuilder
-
Margin area around the core BarCode image
If AutoSize is false, then Width and Height is fixed, thus Margins setting will be ignored
Default Graphics Unit: Millimeter
- getMargins() - Method in interface com.aspose.barcode.IBarCodeControl
-
- getMode() - Method in class com.aspose.barcode.Resolution
-
Gets the ResolutionModemode
of the resolution
- GetOnlyBarCodeImage(int) - Method in class com.aspose.barcode.BarCodeBuilder
-
- getOrientationHints() - Method in class com.aspose.barcoderecognition.BarCodeReader
-
Gets the orientation hints.
- getOrientationHints() - Static method in class com.aspose.barcoderecognition.RecognitionHints
-
- getOriginalBitmap() - Method in class com.aspose.barcoderecognition.imaging.BinarizedBitmap
-
Gets the image
Value: The image.
- getPdf417CompactionMode() - Method in class com.aspose.barcode.BarCodeBuilder
-
Pdf417 symbology type of BarCode's compaction mode, default compaction mode is <bode>Auto</bode>
See Aspose.BarCode.Pdf417CompactionMode
.
- getPdf417CompactionMode() - Method in interface com.aspose.barcode.IBarCodeControl
-
- getPdf417ErrorLevel() - Method in class com.aspose.barcode.BarCodeBuilder
-
Gets Pdf417 symbology type of BarCode's error coccrection level
ranging from level0 to level8, level0 means no error correction info,
level8 means best error correction which means a larger picture
- getPdf417ErrorLevel() - Method in interface com.aspose.barcode.IBarCodeControl
-
- getPdf417Truncate() - Method in class com.aspose.barcode.BarCodeBuilder
-
whether pdf417 symbology type of BarCode is truncated (to reduce space)
- getPdf417Truncate() - Method in interface com.aspose.barcode.IBarCodeControl
-
- getPlanetShortBarHeight() - Method in class com.aspose.barcode.BarCodeBuilder
-
Short bar's height of Planet barcode, it has to be between 1 millimeter and 1.5 milimeters.
- getPlanetShortBarHeight() - Method in interface com.aspose.barcode.IBarCodeControl
-
- getPoints() - Method in class com.aspose.barcoderecognition.BarCodeRegion
-
Gets the points of the region.
- getPostnetShortBarHeight() - Method in class com.aspose.barcode.BarCodeBuilder
-
Short bar's height of Postnet barcode, it has to be between 1 millimeter and 1.5 milimeter (0.04 inch and 0.06 inch).
- getPostnetShortBarHeight() - Method in interface com.aspose.barcode.IBarCodeControl
-
- getPrinterName() - Method in class com.aspose.barcode.BarCodeBuilder
-
Choose printer, if not specified, Print() method will choose the first available printer
- getQREncodeMode() - Method in class com.aspose.barcode.BarCodeBuilder
-
QR symbology type of BarCode's encoding mode, default mode is <bode>Auto</bode>
See Aspose.BarCode.QREncodeMode
.
- getQRErrorLevel() - Method in class com.aspose.barcode.BarCodeBuilder
-
Level of Reed-Solomon error correction for QR barcode.
- getReadType() - Method in class com.aspose.barcoderecognition.BarCodeReader
-
Gets the barcode type.
- getRegion() - Method in class com.aspose.barcoderecognition.BarCodeReader
-
Gets the barcode region.
- getResolution() - Method in class com.aspose.barcode.BarCodeBuilder
-
Gets the resolution of the BarCode image
- getResolution() - Method in interface com.aspose.barcode.IBarCodeControl
-
- getRight() - Method in class com.aspose.barcode.Margins
-
Gets the <b>right</b>
margin.
- getRight() - Method in class com.aspose.barcode.MarginsF
-
Gets or sets the <b>right</b>
margin.
- getRotationAngle() - Method in class com.aspose.barcode.BarCodeBuilder
-
Obsoleted, Use RotationAngleF instead
- getRotationAngleF() - Method in class com.aspose.barcode.BarCodeBuilder
-
BarCode image's rotation angle, measured in degree, e.g.
- getRotationAngleF() - Method in interface com.aspose.barcode.IBarCodeControl
-
- getRows() - Method in class com.aspose.barcode.BarCodeBuilder
-
2D BarCode's rows, if setting is illegal then rows will be calculated automatically.
- getScanStrengthHints() - Method in class com.aspose.barcoderecognition.RecognitionHints
-
- getSpace() - Method in class com.aspose.barcode.Caption
-
Gets the space between the
Aspose.BarCode.Captioncaption
and the barcode,
and the space between border and the caption
- getStripFNC() - Method in class com.aspose.barcoderecognition.BarCodeReader
-
Strip FNC1, FNC2, FNC3 characters from codetext.
- getSupplementData() - Method in class com.aspose.barcode.BarCodeBuilder
-
Supplement data following BarCodes of symbology UPCA, UPCE, EAN13, EAN8, BooklandEAN, Interleaved2of5 or Standard2of5.
- getSupplementData() - Method in interface com.aspose.barcode.IBarCodeControl
-
- getSupplementSpace() - Method in class com.aspose.barcode.BarCodeBuilder
-
Gets supplement space
- getSupplementSpace() - Method in interface com.aspose.barcode.IBarCodeControl
-
- getSymbologyType() - Method in class com.aspose.barcode.BarCodeBuilder
-
Gets symbology type
- getSymbologyType() - Method in interface com.aspose.barcode.IBarCodeControl
-
- getText() - Method in class com.aspose.barcode.Caption
-
Gets the content of the Aspose.BarCode.Captioncaption
.
- getTextAlign() - Method in class com.aspose.barcode.Caption
-
Gets the text System.Drawing.StringAlignmentalignment
of the Aspose.BarCode.Captioncaption
.
- getTextRenderingHint() - Method in class com.aspose.barcode.BarCodeBuilder
-
Specifies the quality of text rendering.
- getTextRenderingHint() - Method in interface com.aspose.barcode.IBarCodeControl
-
- getThresholdHints() - Method in class com.aspose.barcoderecognition.RecognitionHints
-
- getTimeout() - Method in class com.aspose.barcoderecognition.BarCodeReader
-
- getTop() - Method in class com.aspose.barcode.Margins
-
Gets the <b>top</b>
marign.
- getTop() - Method in class com.aspose.barcode.MarginsF
-
Gets the <b>top</b>
marign.
- getValue() - Method in enum com.aspose.barcoderecognition.ImageBinarization
-
- getValue() - Method in enum com.aspose.barcoderecognition.Orientation
-
- getVisible() - Method in class com.aspose.barcode.Caption
-
Gets a value indicates whether the Captioncaption
is visible.
- getWideNarrowRatio() - Method in class com.aspose.barcode.BarCodeBuilder
-
Wide bars to Narrow bars ratio for some 1D BarCode.
- getWideNarrowRatio() - Method in interface com.aspose.barcode.IBarCodeControl
-
- getWidth() - Method in class com.aspose.barcoderecognition.imaging.BinarizedBitmap
-
Gets the width.
- getxDimension() - Method in class com.aspose.barcode.BarCodeBuilder
-
x-dimension, smallest width unit of BarCode's bars or spaces.
- getxDimension() - Method in interface com.aspose.barcode.IBarCodeControl
-
- getyDimension() - Method in class com.aspose.barcode.BarCodeBuilder
-
y-dimension, smallest height unit of 2D BarCode's modules.
- getyDimension() - Method in interface com.aspose.barcode.IBarCodeControl
-
- Graphics - Static variable in class com.aspose.barcode.ResolutionMode
-
Apply the resolution of the barcode image according to the resolution of the specified Graphics object.
- GS1DataMatrix - Static variable in class com.aspose.barcode.Symbology
-
2D barcode symbology DataMatrix with GS1 string format
- save(InputStream, ImageFormat) - Method in class com.aspose.barcode.BarCodeBuilder
-
Save BarCodeImage to specific file in specific format
- save(String) - Method in class com.aspose.barcode.BarCodeBuilder
-
Save BarCodeImage to specific file in specific format
- save(String, ImageFormat) - Method in class com.aspose.barcode.BarCodeBuilder
-
Save BarCodeImage to specific file in specific format
- save(String) - Method in interface com.aspose.barcode.IBarCodeControl
-
- save(InputStream, ImageFormat) - Method in interface com.aspose.barcode.IBarCodeControl
-
- save(String, ImageFormat) - Method in interface com.aspose.barcode.IBarCodeControl
-
- save(String) - Method in class com.aspose.barcoderecognition.imaging.BinarizedBitmap
-
Saves the image using the specified filename.
- saveImageAs(String) - Method in class com.aspose.barcode.BarCodeBuilder
-
Save the barcode image
- saveImageAs(InputStream, ImageFormat) - Method in class com.aspose.barcode.BarCodeBuilder
-
- saveInternal(Stream, ImageFormat) - Method in interface com.aspose.barcode.IBarCodeControl
-
- ScanStrength - Enum in com.aspose.barcoderecognition
-
Scan strength hints.
- SCC14 - Static variable in class com.aspose.barcode.Symbology
-
Specifies that the data should be encoded with <b>SCC14</b>
barcode specification
- SCC14 - Static variable in class com.aspose.barcoderecognition.BarCodeReadType
-
Specifies that the data should be encoded with <b>SCC14</b>
barcode specification
- set(int) - Method in class com.aspose.barcode.Margins
-
Sets the specified margin for all sides.
- set(int, int, int, int) - Method in class com.aspose.barcode.Margins
-
Sets the specified margins.
- set(float) - Method in class com.aspose.barcode.MarginsF
-
Sets the specified margin for all sides.
- set(float, float, float, float) - Method in class com.aspose.barcode.MarginsF
-
Sets the specified margins.
- setAlwaysShowChecksum(boolean) - Method in class com.aspose.barcode.BarCodeBuilder
-
Sets parametr AlwaysShowChecksum.
- setAspectRatio(float) - Method in class com.aspose.barcode.BarCodeBuilder
-
Sets aspect ratio
- setAspectRatio(float) - Method in interface com.aspose.barcode.IBarCodeControl
-
- setAustralianPosteParcelCodeSet(int) - Method in class com.aspose.barcode.BarCodeBuilder
-
Australian Post Domestic eParcel barcode symbology type of barcode's code set, default to AustralianPosteParcelCodeSet.Auto"
See Aspose.BarCode.Code128CodeSet
.
- setAustraliaPostFormatControlCode(int) - Method in class com.aspose.barcode.BarCodeBuilder
-
Australia Post symbology type of barcode's FormatControlCode, default to AustraliaPostFormatControlCode.Standard"
See Aspose.BarCode.AustraliaPostFormatControlCode
.
- setAustraliaPostFormatControlCode(int) - Method in interface com.aspose.barcode.IBarCodeControl
-
- setAutoSize(boolean) - Method in class com.aspose.barcode.BarCodeBuilder
-
Sets auto size
- setAutoSize(boolean) - Method in interface com.aspose.barcode.IBarCodeControl
-
- setAztectErrorLevel(int) - Method in class com.aspose.barcode.BarCodeBuilder
-
- setBackColor(Color) - Method in class com.aspose.barcode.BarCodeBuilder
-
Background color of the barcode image
See System.Drawing.Color
.
- setBackColor(Color) - Method in interface com.aspose.barcode.IBarCodeControl
-
- setBarHeight(float) - Method in class com.aspose.barcode.BarCodeBuilder
-
Sets bar height
- setBarHeight(float) - Method in interface com.aspose.barcode.IBarCodeControl
-
- setBorderColor(Color) - Method in class com.aspose.barcode.BarCodeBuilder
-
Sets BarCode Image's border's color
- setBorderColor(Color) - Method in interface com.aspose.barcode.IBarCodeControl
-
- setBorderDashStyle(int) - Method in class com.aspose.barcode.BarCodeBuilder
-
Sets Image's border's style
- setBorderDashStyle(int) - Method in interface com.aspose.barcode.IBarCodeControl
-
- setBorderVisible(boolean) - Method in class com.aspose.barcode.BarCodeBuilder
-
whether BarCode Image's border is visible
- setBorderVisible(boolean) - Method in interface com.aspose.barcode.IBarCodeControl
-
- setBorderWidth(float) - Method in class com.aspose.barcode.BarCodeBuilder
-
BarCode Image's border's width
Default Graphics Unit: Millimeter
See BorderVisible
.
- setBorderWidth(float) - Method in interface com.aspose.barcode.IBarCodeControl
-
- setBottom(int) - Method in class com.aspose.barcode.Margins
-
Sets the <b>bottom</b>
marign.
- setBottom(float) - Method in class com.aspose.barcode.MarginsF
-
Sets the <b>bottom</b>
marign.
- setCaptionAbove(Caption) - Method in class com.aspose.barcode.BarCodeBuilder
-
Sets caption above
- setCaptionAbove(Caption) - Method in interface com.aspose.barcode.IBarCodeControl
-
- setCaptionBelow(Caption) - Method in class com.aspose.barcode.BarCodeBuilder
-
Sets caption below
- setCaptionBelow(Caption) - Method in interface com.aspose.barcode.IBarCodeControl
-
- setChecksumValidation(int) - Method in class com.aspose.barcoderecognition.BarCodeReader
-
- setCodabarStartSymbol(short) - Method in class com.aspose.barcode.BarCodeBuilder
-
Sets start symbol (character) of codabar symbology
- setCodabarStartSymbol(short) - Method in interface com.aspose.barcode.IBarCodeControl
-
- setCodabarStopSymbol(short) - Method in class com.aspose.barcode.BarCodeBuilder
-
Sets stop symbol (character) of codabar symbology
- setCodabarStopSymbol(short) - Method in interface com.aspose.barcode.IBarCodeControl
-
- setCode128CodeSet(int) - Method in class com.aspose.barcode.BarCodeBuilder
-
Code128 symbology type of barcode's code set, default to Code128CodeSet.Auto"
See Aspose.BarCode.Code128CodeSet
.
- setCode128CodeSet(int) - Method in interface com.aspose.barcode.IBarCodeControl
-
- setCodeLocation(int) - Method in class com.aspose.barcode.BarCodeBuilder
-
Specify the displaying CodeText's Location, set to CodeLocation.None to hide CodeText.
- setCodeLocation(int) - Method in interface com.aspose.barcode.IBarCodeControl
-
- setCodeText(String) - Method in class com.aspose.barcode.BarCodeBuilder
-
Data to be encoded, different types of BarCode may have different CodeText length restrictions
- setCodeText(byte[]) - Method in class com.aspose.barcode.BarCodeBuilder
-
Set the data to be encoded.
- setCodeText(String) - Method in interface com.aspose.barcode.IBarCodeControl
-
- setCodeTextAlignment(int) - Method in class com.aspose.barcode.BarCodeBuilder
-
Sets the alignment of the code text
- setCodeTextAlignment(int) - Method in interface com.aspose.barcode.IBarCodeControl
-
- setCodeTextColor(Color) - Method in interface com.aspose.barcode.IBarCodeControl
-
- setCodeTextFont(Font) - Method in interface com.aspose.barcode.IBarCodeControl
-
- setCodeTextSpace(float) - Method in class com.aspose.barcode.BarCodeBuilder
-
Space between the CodeText and the BarCode.
- setCodeTextSpace(float) - Method in interface com.aspose.barcode.IBarCodeControl
-
- setColumns(int) - Method in class com.aspose.barcode.BarCodeBuilder
-
2D BarCode's columns, if setting is illegal then columns will be calculated automatically
appliable SymbologyType: Pdf417
- setColumns(int) - Method in interface com.aspose.barcode.IBarCodeControl
-
- setCustomerInformationInterpretingType(int) - Method in class com.aspose.barcoderecognition.BarCodeReader
-
Sets the Interpreting Type for the Customer Information of AustralianPost BarCode.Default is CustomerInformationInterpretingType.Other.
- setCustomizedScanStrength(int) - Method in class com.aspose.barcoderecognition.BarCodeReader
-
Sets the ScanStrength, value range is 1(weakest) to 100(strongest).
- setCustomizedThreshold(int) - Method in class com.aspose.barcoderecognition.BarCodeReader
-
Sets the the threshold value.This property works only the ThresholdHints.Customized Hints was set.
- setDataMatrixEncodeMode(int) - Method in class com.aspose.barcode.BarCodeBuilder
-
Encode mode of Datamatrix barcode, default to Auto
see Aspose.BarCode.DataMatrixEncodeModeDataMatrixEncodeMode
.
- setDisplay2DText(String) - Method in class com.aspose.barcode.BarCodeBuilder
-
Sets the text will displayed on the barcode's image.
- setDisplay2DText(String) - Method in interface com.aspose.barcode.IBarCodeControl
-
- setDpiX(float) - Method in class com.aspose.barcode.Resolution
-
Sets the horizontal resolution
- setDpiY(float) - Method in class com.aspose.barcode.Resolution
-
Sets the vertical resolution
- setEAN128EncodeMode(int) - Method in class com.aspose.barcode.BarCodeBuilder
-
EAN128 symbology type of barcode's EncodeMode, default to EAN128EncodeMode.AI
See Aspose.BarCode.EAN128EncodeMode
.
- setEnableChecksum(int) - Method in class com.aspose.barcode.BarCodeBuilder
-
Enable checksum during generation for 1D barcodes.
- setEnableChecksum(int) - Method in interface com.aspose.barcode.IBarCodeControl
-
- setEnableEscape(boolean) - Method in class com.aspose.barcode.BarCodeBuilder
-
- setEnableEscape(boolean) - Method in interface com.aspose.barcode.IBarCodeControl
-
- setExpectedBarCodeCount(int) - Method in class com.aspose.barcoderecognition.BarCodeReader
-
- setFont(Font) - Method in class com.aspose.barcode.Caption
-
Sets or sets the System.Drawing.Fontfont
of the Captioncaption
.
- setForeColor(Color) - Method in class com.aspose.barcode.BarCodeBuilder
-
Foreground color of the barcode image, that is,
Bar's color of 1D barcode, Module's color of 2D barcode
See System.Drawing.Color
.
- setForeColor(Color) - Method in class com.aspose.barcode.Caption
-
Sets the System.Drawing.Colorforecolor
of the Captioncaption
.
- setForeColor(Color) - Method in interface com.aspose.barcode.IBarCodeControl
-
- setGraphicsUnit(int) - Method in class com.aspose.barcode.BarCodeBuilder
-
Sets graphics unit
- setGraphicsUnit(int) - Method in interface com.aspose.barcode.IBarCodeControl
-
- setImageBinarizationHints(ImageBinarization) - Method in class com.aspose.barcoderecognition.BarCodeReader
-
Sets the image binarization hints.
- setImageBinarizationHints(ImageBinarization) - Method in class com.aspose.barcoderecognition.RecognitionHints
-
- setImageData(byte[]) - Method in class com.aspose.barcoderecognition.imaging.BinarizedBitmap
-
Sets the image data.
- setImageHeight(float) - Method in class com.aspose.barcode.BarCodeBuilder
-
Sets image height
- setImageHeight(float) - Method in interface com.aspose.barcode.IBarCodeControl
-
- setImageQuality(int) - Method in class com.aspose.barcode.BarCodeBuilder
-
Sets image quality
- setImageQuality(int) - Method in interface com.aspose.barcode.IBarCodeControl
-
- setImageWidth(float) - Method in class com.aspose.barcode.BarCodeBuilder
-
Sets image width
- setImageWidth(float) - Method in interface com.aspose.barcode.IBarCodeControl
-
- setITF14BorderType(int) - Method in class com.aspose.barcode.BarCodeBuilder
-
Border type of ITF14 barcode, quiet zone will be determined by margin settings.
- setLeft(int) - Method in class com.aspose.barcode.Margins
-
Sets the <b>left</b>
margin.
- setLeft(float) - Method in class com.aspose.barcode.MarginsF
-
Sets the <b>left</b>
margin.
- setLicense(String) - Method in class com.aspose.barcode.License
-
- setLicense(InputStream) - Method in class com.aspose.barcode.License
-
- setMacroPdf417FileID(int) - Method in class com.aspose.barcode.BarCodeBuilder
-
Sets macro pdf417 barcode's file ID.
- setMacroPdf417LastSegment(boolean) - Method in class com.aspose.barcode.BarCodeBuilder
-
Sets whether this macro pdf417 barcode is the last segment.
- setMacroPdf417SegmentID(int) - Method in class com.aspose.barcode.BarCodeBuilder
-
Sets macro pdf417 barcode's segment ID, which starts from 0, to MacroPdf417SegmentCount - 1.
- setMode(int) - Method in class com.aspose.barcode.Resolution
-
Sets the ResolutionModemode
of the resolution
- setOrientationHints(Orientation) - Method in class com.aspose.barcoderecognition.BarCodeReader
-
Sets the orientation hints.
- setOrientationHints(Orientation) - Method in class com.aspose.barcoderecognition.RecognitionHints
-
- setPdf417CompactionMode(int) - Method in class com.aspose.barcode.BarCodeBuilder
-
Pdf417 symbology type of BarCode's compaction mode, default compaction mode is <bode>Auto</bode>
See Aspose.BarCode.Pdf417CompactionMode
.
- setPdf417CompactionMode(int) - Method in interface com.aspose.barcode.IBarCodeControl
-
- setPdf417ErrorLevel(int) - Method in class com.aspose.barcode.BarCodeBuilder
-
Sets Pdf417 symbology type of BarCode's error coccrection level
ranging from level0 to level8, level0 means no error correction info,
level8 means best error correction which means a larger picture
- setPdf417ErrorLevel(int) - Method in interface com.aspose.barcode.IBarCodeControl
-
- setPdf417Truncate(boolean) - Method in class com.aspose.barcode.BarCodeBuilder
-
whether pdf417 symbology type of BarCode is truncated (to reduce space)
- setPdf417Truncate(boolean) - Method in interface com.aspose.barcode.IBarCodeControl
-
- setPlanetShortBarHeight(float) - Method in class com.aspose.barcode.BarCodeBuilder
-
Short bar's height of Planet barcode, it has to be between 1 millimeter and 1.5 milimeters.
- setPlanetShortBarHeight(float) - Method in interface com.aspose.barcode.IBarCodeControl
-
- setPostnetShortBarHeight(float) - Method in class com.aspose.barcode.BarCodeBuilder
-
Short bar's height of Postnet barcode, it has to be between 1 millimeter and 1.5 milimeter (0.04 inch and 0.06 inch).
- setPostnetShortBarHeight(float) - Method in interface com.aspose.barcode.IBarCodeControl
-
- setPrinterName(String) - Method in class com.aspose.barcode.BarCodeBuilder
-
Sets printer name
- setQREncodeMode(int) - Method in class com.aspose.barcode.BarCodeBuilder
-
QR symbology type of BarCode's encoding mode, default mode is <bode>Auto</bode>
See Aspose.BarCode.QREncodeMode
.
- setQRErrorLevel(int) - Method in class com.aspose.barcode.BarCodeBuilder
-
Level of Reed-Solomon error correction for QR barcode.
- setResolution(Resolution) - Method in class com.aspose.barcode.BarCodeBuilder
-
Sets the resolution of the BarCode image
- setResolution(Resolution) - Method in interface com.aspose.barcode.IBarCodeControl
-
- setRight(int) - Method in class com.aspose.barcode.Margins
-
Sets the <b>right</b>
margin.
- setRight(float) - Method in class com.aspose.barcode.MarginsF
-
Sets the <b>right</b>
margin.
- setRotationAngle(int) - Method in class com.aspose.barcode.BarCodeBuilder
-
Sets rotation angle
- setRotationAngleF(float) - Method in class com.aspose.barcode.BarCodeBuilder
-
Sets rotation angleF
- setRotationAngleF(float) - Method in interface com.aspose.barcode.IBarCodeControl
-
- setRows(int) - Method in class com.aspose.barcode.BarCodeBuilder
-
2D BarCode's rows, if setting is illegal then rows will be calculated automatically.
- setScanStrengthHints(ScanStrength) - Method in class com.aspose.barcoderecognition.RecognitionHints
-
- setSpace(float) - Method in class com.aspose.barcode.Caption
-
Sets the space between the
Aspose.BarCode.Captioncaption
and the barcode,
and the space between border and the caption
- setStripFNC(boolean) - Method in class com.aspose.barcoderecognition.BarCodeReader
-
- setSupplementData(String) - Method in class com.aspose.barcode.BarCodeBuilder
-
Supplement data following BarCodes of symbology UPCA, UPCE, EAN13, EAN8, BooklandEAN, Interleaved2of5 or Standard2of5.
- setSupplementData(String) - Method in interface com.aspose.barcode.IBarCodeControl
-
- setSupplementSpace(float) - Method in class com.aspose.barcode.BarCodeBuilder
-
Sets supplement space
- setSupplementSpace(float) - Method in interface com.aspose.barcode.IBarCodeControl
-
- setSymbologyType(long) - Method in class com.aspose.barcode.BarCodeBuilder
-
Sets symbology type
- setSymbologyType(long) - Method in interface com.aspose.barcode.IBarCodeControl
-
- setText(String) - Method in class com.aspose.barcode.Caption
-
Sets the content of the Aspose.BarCode.Captioncaption
.
- setTextAlign(int) - Method in class com.aspose.barcode.Caption
-
Sets the text System.Drawing.StringAlignmentalignment
of the Aspose.BarCode.Captioncaption
.
- setTextRenderingHint(int) - Method in class com.aspose.barcode.BarCodeBuilder
-
Specifies the quality of text rendering.
- setTextRenderingHint(int) - Method in interface com.aspose.barcode.IBarCodeControl
-
- setThresholdHints(Threshold) - Method in class com.aspose.barcoderecognition.RecognitionHints
-
- setTimeout(int) - Method in class com.aspose.barcoderecognition.BarCodeReader
-
- setTop(int) - Method in class com.aspose.barcode.Margins
-
Sets the <b>top</b>
marign.
- setTop(float) - Method in class com.aspose.barcode.MarginsF
-
Sets the <b>top</b>
marign.
- setVisible(boolean) - Method in class com.aspose.barcode.Caption
-
Sets a value indicates whether the Captioncaption
is visible.
- setWideNarrowRatio(float) - Method in class com.aspose.barcode.BarCodeBuilder
-
Wide bars to Narrow bars ratio for some 1D BarCode.
- setWideNarrowRatio(float) - Method in interface com.aspose.barcode.IBarCodeControl
-
- setxDimension(float) - Method in class com.aspose.barcode.BarCodeBuilder
-
Sets xDimension
- setxDimension(float) - Method in interface com.aspose.barcode.IBarCodeControl
-
- setyDimension(float) - Method in class com.aspose.barcode.BarCodeBuilder
-
Sets yDimension
- setyDimension(float) - Method in interface com.aspose.barcode.IBarCodeControl
-
- SingaporePost - Static variable in class com.aspose.barcode.Symbology
-
Specifies that the data should be encoded with <b>Singapore Post Barcode</b>
barcode specification
- Solid - Static variable in class com.aspose.barcode.BorderDashStyle
-
Specifies a solid line.
- SSCC18 - Static variable in class com.aspose.barcode.Symbology
-
Specifies that the data should be encoded with <b>SSCC18</b>
barcode specification
- SSCC18 - Static variable in class com.aspose.barcoderecognition.BarCodeReadType
-
Specifies that the data should be encoded with <b>SSCC18</b>
barcode specification
- Standard - Static variable in class com.aspose.barcode.AustraliaPostFormatControlCode
-
Standard Customer BarCode
- Standard2of5 - Static variable in class com.aspose.barcode.Symbology
-
Specifies that the data should be encoded with <b>Standard 2 of 5</b>
barcode specification
- Standard2of5 - Static variable in class com.aspose.barcoderecognition.BarCodeReadType
-
Specifies that the data should be encoded with <b>Standard 2 of 5</b>
barcode specification
- Supplement - Static variable in class com.aspose.barcoderecognition.BarCodeReadType
-
Specifies that the data should be encoded with <b>Supplement</b>
barcode specification
- SwissPostParcel - Static variable in class com.aspose.barcode.Symbology
-
- SwissPostParcel - Static variable in class com.aspose.barcoderecognition.BarCodeReadType
-
- switchTo(int) - Method in class com.aspose.barcode.Code128CodeBuilder
-
- Symbology - Class in com.aspose.barcode
-
Specifies the type of barcode specification.