- B - Static variable in class com.aspose.barcode.CodabarSymbol
-
Specifies character B as the start or stop symbol of the Codabar barcode 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
-
Initializes a new instance of the BarCodeBuilder class
, default SymbologyType is Code128,
default CodeText is 12345678.
- BarCodeBuilder(String) - Constructor for class com.aspose.barcode.BarCodeBuilder
-
Initializes a new instance of the BarCodeBuilder} class with codetext
, default SymbologyType is Code128.
- BarCodeBuilder(String, long) - Constructor for class com.aspose.barcode.BarCodeBuilder
-
Initializes a new instance of the BarCodeBuilder class.
- BarCodeException - Exception in com.aspose.barcode
-
Represents the exception for creating barcode image.
- BarCodeException() - Constructor for exception com.aspose.barcode.BarCodeException
-
Initializes a new instance of the BarCodeException class.
- BarCodeException(String) - Constructor for exception com.aspose.barcode.BarCodeException
-
Initializes a new instance of the BarCodeException class with specified error message.
- BarCodeException(String, Exception) - Constructor for exception com.aspose.barcode.BarCodeException
-
Initializes a new instance of the BarCodeException class with the specified error message and the current exception.
- BarCodeImageFormat - Class in com.aspose.barcode
-
Specifies the file format of the image.
- 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() - Constructor for class com.aspose.barcoderecognition.BarCodeReader
-
Initializes a new instance of the BarCodeReader} class with default values.
- BarCodeReader(Bitmap) - Constructor for class com.aspose.barcoderecognition.BarCodeReader
-
- BarCodeReader(BufferedImage) - Constructor for class com.aspose.barcoderecognition.BarCodeReader
-
Initializes a new instance of the BarCodeReader} class from an image.
- BarCodeReader(Bitmap, long) - Constructor for class com.aspose.barcoderecognition.BarCodeReader
-
- BarCodeReader(BufferedImage, 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
-
- BarCodeReader(InputStream, Rectangle, long) - Constructor for class com.aspose.barcoderecognition.BarCodeReader
-
Initializes a new instance of the BarCodeReader} class.
- BarCodeReader(BufferedImage, Rectangle, long) - Constructor for class com.aspose.barcoderecognition.BarCodeReader
-
Initializes a new instance of the BarCodeReader} class.
- BarCodeReader(String) - Constructor for class com.aspose.barcoderecognition.BarCodeReader
-
Initializes a new instance of the BarCodeReader} class from file.
- BarCodeReader(String, long) - Constructor for class com.aspose.barcoderecognition.BarCodeReader
-
Initializes a new instance of the BarCodeReader} class.
- BarCodeReader(Stream) - Constructor for class com.aspose.barcoderecognition.BarCodeReader
-
- BarCodeReader(InputStream) - Constructor for class com.aspose.barcoderecognition.BarCodeReader
-
Initializes a new instance of the BarCodeReader} class.
- BarCodeReader(Stream, long) - Constructor for class com.aspose.barcoderecognition.BarCodeReader
-
- BarCodeReader(InputStream, long) - Constructor for class com.aspose.barcoderecognition.BarCodeReader
-
Initializes a new instance of the BarCodeReader} class.
- BarCodeReader.PossibleBarCode - Class in com.aspose.barcoderecognition
-
Describes possible barcode found.
- 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
-
Initializes a new instance of the BarCodeRecognitionException class.
- BarCodeRecognitionException(String, Exception) - Constructor for exception com.aspose.barcoderecognition.BarCodeRecognitionException
-
Initializes a new instance of the BarCodeRecognitionException class with the specified error message and the current exception.
- BarCodeRegion - Class in com.aspose.barcoderecognition
-
Represents the barcode's region
- Below - Static variable in class com.aspose.barcode.CodeLocation
-
Specifies that the code text is shown on the bottom of the bar code.
- 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
- Bmp - Static variable in class com.aspose.barcode.BarCodeImageFormat
-
Specifies the bitmap (BMP) image format.
- Bmp - Static variable in class com.aspose.barcode.RenderFormat
-
- 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
- BuildVersionInfo - Class in com.aspose.barcode
-
- BuildVersionInfo() - Constructor for class com.aspose.barcode.BuildVersionInfo
-
- C - Static variable in class com.aspose.barcode.CodabarSymbol
-
Specifies character C as the start or stop symbol of the Codabar barcode specification.
- Caption - Class in com.aspose.barcode
-
The text caption shown in the barcode image.
- Caption() - Constructor for class com.aspose.barcode.Caption
-
Initializes a new instance of the Caption class with default vaule.
- Caption(String) - Constructor for class com.aspose.barcode.Caption
-
Initializes a new instance of the Caption class with specified text.
- Caption(String, boolean, int, float, Color, Font) - Constructor for class com.aspose.barcode.Caption
-
Initializes a new instance of the Caption class.
- ChecksumValidation - Class in com.aspose.barcoderecognition
- 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 CODABAR barcode specification
- Codabar - Static variable in class com.aspose.barcoderecognition.BarCodeReadType
-
Specifies that the data should be encoded with CODABAR 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 CODE 11 barcode specification
- Code11 - Static variable in class com.aspose.barcoderecognition.BarCodeReadType
-
Specifies that the data should be encoded with CODE 11 barcode specification
- Code128 - Static variable in class com.aspose.barcode.Symbology
-
Specifies that the data should be encoded with CODE 128 barcode specification
- Code128 - Static variable in class com.aspose.barcoderecognition.BarCodeReadType
-
Specifies that the data should be encoded with CODE 128 barcode specification
- Code16K - Static variable in class com.aspose.barcode.Symbology
-
Represents Code 16K barcode.
- Code16K - Static variable in class com.aspose.barcoderecognition.BarCodeReadType
-
Specifies that the data should be encoded with Swiss Post Parcel Barcode barcode specification.
- Code39Extended - Static variable in class com.aspose.barcode.Symbology
-
Specifies that the data should be encoded with Extended CODE 39 barcode specification
- Code39Extended - Static variable in class com.aspose.barcoderecognition.BarCodeReadType
-
Specifies that the data should be encoded with Extended CODE 39 barcode specification
- Code39Standard - Static variable in class com.aspose.barcode.Symbology
-
Specifies that the data should be encoded with Standard CODE 39 barcode specification
- Code39Standard - Static variable in class com.aspose.barcoderecognition.BarCodeReadType
-
Specifies that the data should be encoded with Standard CODE 39 barcode specification
- Code93Extended - Static variable in class com.aspose.barcode.Symbology
-
Specifies that the data should be encoded with Extended CODE 93 barcode specification
- Code93Extended - Static variable in class com.aspose.barcoderecognition.BarCodeReadType
-
Specifies that the data should be encoded with Extended CODE 93 barcode specification
- Code93Standard - Static variable in class com.aspose.barcode.Symbology
-
Specifies that the data should be encoded with Standard CODE 93 barcode specification
- Code93Standard - Static variable in class com.aspose.barcoderecognition.BarCodeReadType
-
Specifies that the data should be encoded with Standard CODE 93 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
-
The com.aspose.barcode contains tools for the 1D/2D barcodes generation and drawing.
- com.aspose.barcoderecognition - package com.aspose.barcoderecognition
-
The com.aspose.barcoderecognition contains tools for the 1D/2D barcodes recognition.
- ComplexBackground - Static variable in class com.aspose.barcoderecognition.RecognitionHints.ImageBinarization
-
Background analyze.
- 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.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.
- DatabarExpandedStacked - Static variable in class com.aspose.barcode.Symbology
-
Represents Databar expanded stacked barcode.
- DatabarExpandedStacked - Static variable in class com.aspose.barcoderecognition.BarCodeReadType
-
Represents Databar expanded stacked barcode
- 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 Databar omni-directional barcode specification
- DatabarOmniDirectional - Static variable in class com.aspose.barcoderecognition.BarCodeReadType
-
Represents Databar omni-directional barcode
- DatabarStacked - Static variable in class com.aspose.barcode.Symbology
-
Represents Databar stacked barcode.
- DatabarStacked - Static variable in class com.aspose.barcoderecognition.BarCodeReadType
-
Represents Databar stacked barcode
- DatabarStackedOmniDirectional - Static variable in class com.aspose.barcode.Symbology
-
Represents Databar stacked omni-directional barcode.
- DatabarStackedOmniDirectional - Static variable in class com.aspose.barcoderecognition.BarCodeReadType
-
Represents Databar stacked omni-directional barcode
- DatabarTruncated - Static variable in class com.aspose.barcode.Symbology
-
Specifies that the data should be encoded with Databar truncated 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.EnableChecksum
-
If checksum is required by the specification - it will be attached.
- Default - Static variable in class com.aspose.barcode.ImageQualityMode
-
Specifies No anti-aliasing image rendering.
- Default - Static variable in class com.aspose.barcoderecognition.ChecksumValidation
-
If checksum is required by the specification - it will be validated.
- 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 DeutschePost Ident code 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 DeutschePost Leit code barcode specification
- dispose() - Method in class com.aspose.barcode.Caption
-
Dispose the Caption instance
- Dot - Static variable in class com.aspose.barcode.BorderDashStyle
-
Specifies a line consisting of dots.
- drawBarCodeEdges(Graphics, Color) - Method in class com.aspose.barcoderecognition.BarCodeRegion
-
Draws the bar code edges.
- drawBarCodeEdgesInternal(Graphics, Pen) - Method in class com.aspose.barcoderecognition.BarCodeRegion
-
- generateBarCodeImage() - Method in class com.aspose.barcode.BarCodeBuilder
-
Generate the BarCode image under current settings
- getAllPossibleBarCodes() - Method in class com.aspose.barcoderecognition.BarCodeReader
-
Gets all possible barcodes found.
- getAlwaysShowChecksum() - Method in class com.aspose.barcode.BarCodeBuilder
-
Always display checksum digit in the humanreadable text for Code128 and GS1Code128 barcodes.
- getAngle() - Method in class com.aspose.barcoderecognition.BarCodeReader
-
Gets the angle of the barcode (0-360).
- getAngle() - Method in class com.aspose.barcoderecognition.BarCodeReader.PossibleBarCode
-
Gets the barcode's angle.
- 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
-
- getAustraliaPostFormatControlCode() - Method in class com.aspose.barcode.BarCodeBuilder
-
Australia Post symbology type of barcode's FormatControlCode, default to AustraliaPostFormatControlCode.Standard"
- getAustraliaPostFormatControlCode() - Method in interface com.aspose.barcode.IBarCodeControl
-
- getAutoSize() - Method in class com.aspose.barcode.BarCodeBuilder
-
Wether ajust image's size automatically.
- 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.
- 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
-
- getBackColorInternal() - Method in interface com.aspose.barcode.IBarCodeControl
-
- getBarCodeImage() - Method in class com.aspose.barcode.BarCodeBuilder
-
Get the BarCode image under current settings
- getBarCodeImage() - Method in interface com.aspose.barcode.IBarCodeControl
-
- getBarCodeImageInternal() - Method in interface com.aspose.barcode.IBarCodeControl
-
- getBarCodeReadType() - Method in class com.aspose.barcoderecognition.BarCodeReader
-
- getBarCodeReadType() - Method in class com.aspose.barcoderecognition.BarCodeReader.PossibleBarCode
-
Gets the type of the symbology read.
- 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
-
BarCode Image's border's color
See BorderWidth.
- getBorderColor() - Method in interface com.aspose.barcode.IBarCodeControl
-
- getBorderColorInternal() - Method in interface com.aspose.barcode.IBarCodeControl
-
- getBorderDashStyle() - Method in class com.aspose.barcode.BarCodeBuilder
-
BarCode Image's border's style
See BorderWidth.
- getBorderDashStyle() - Method in interface com.aspose.barcode.IBarCodeControl
-
- getBorderVisible() - Method in class com.aspose.barcode.BarCodeBuilder
-
Gets a value indicating whether [border 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 bottom marign.
- getBottom() - Method in class com.aspose.barcode.MarginsF
-
Gets the bottom 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
-
Gets the checksum for 1D barcodes.
- getChecksumValidation() - Method in class com.aspose.barcoderecognition.BarCodeReader
- getCodabarStartSymbol() - Method in class com.aspose.barcode.BarCodeBuilder
-
Start symbol (character) of codabar symbology
See CodabarStopSymbol}.
- getCodabarStartSymbol() - Method in interface com.aspose.barcode.IBarCodeControl
-
- getCodabarStopSymbol() - Method in class com.aspose.barcode.BarCodeBuilder
-
Stop symbol (character) of codabar symbology
See CodabarStartSymbol.
- getCodabarStopSymbol() - Method in interface com.aspose.barcode.IBarCodeControl
-
- getCodeBytes() - Method in class com.aspose.barcoderecognition.BarCodeReader
-
Gets the encoded code bytes.
- 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
See EnableEscape.
- getCodeText() - Method in interface com.aspose.barcode.IBarCodeControl
-
- getCodeText() - Method in class com.aspose.barcoderecognition.BarCodeReader
-
Gets the code text.
- getCodeText(Charset) - Method in class com.aspose.barcoderecognition.BarCodeReader
-
Gets the code text with encoding.
- getCodetext() - Method in class com.aspose.barcoderecognition.BarCodeReader.PossibleBarCode
-
Gets the codetext.
- 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
See System.Drawing.Color.
- getCodeTextColor() - Method in interface com.aspose.barcode.IBarCodeControl
-
- getCodeTextColorInternal() - Method in interface com.aspose.barcode.IBarCodeControl
-
- getCodeTextEncoding() - Method in class com.aspose.barcode.BarCodeBuilder
-
Gets the encoding of codetext.
- getCodeTextFont() - Method in class com.aspose.barcode.BarCodeBuilder
-
Specify the displaying CodeText's font
See CodeText.
- getCodeTextFont() - Method in interface com.aspose.barcode.IBarCodeControl
-
- getCodeTextFontInternal() - Method in interface com.aspose.barcode.IBarCodeControl
-
- getCodeTextInternal(Encoding) - Method in class com.aspose.barcoderecognition.BarCodeReader
-
Deprecated.
- 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.
- getCustomSizeBarCodeImage(Dimension, boolean) - Method in class com.aspose.barcode.BarCodeBuilder
-
Gets the scaled barcode image.
- getDataMatrixEncodeMode() - Method in class com.aspose.barcode.BarCodeBuilder
-
Encode mode of Datamatrix barcode, default to Auto
- 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
- getEnableChecksum() - Method in class com.aspose.barcode.BarCodeBuilder
- 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
-
- getForeColorInternal() - 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
-
- getImageBinarizationHints() - Method in class com.aspose.barcoderecognition.BarCodeReader
-
Gets the image binarization hints.
- getImageHeight() - Method in class com.aspose.barcode.BarCodeBuilder
-
BarCode image's height See AutoSize., if AutoSize is true, ImageHeight will
be increased accordingly
Default Graphics Unit: Millimeter
- getImageHeight() - Method in interface com.aspose.barcode.IBarCodeControl
-
- getImageQuality() - Method in class com.aspose.barcode.BarCodeBuilder
-
Graphics quality mode, when RotationAngleF not equal to 0, 90, 180 or 270, do set quality mode to anti-alias.
- getImageQuality() - Method in interface com.aspose.barcode.IBarCodeControl
-
- getImageWidth() - Method in class com.aspose.barcode.BarCodeBuilder
-
BarCode image's width See AutoSize}., if AutoSize is true, ImageWidth will
be increased accordingly
Default Graphics Unit: Millimeter
- 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 left margin.
- getLeft() - Method in class com.aspose.barcode.MarginsF
-
Gets the left 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.
- 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.
- getMacroPdf417SegmentsCount() - Method in class com.aspose.barcode.BarCodeBuilder
-
Gets macro pdf417 barcode segments count.
- getMacroPdf417SegmentsCount() - Method in class com.aspose.barcoderecognition.BarCodeReader
-
Gets macro pdf417 barcode segments count.
- 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
-
- getMedianSmoothingWindowSize() - Method in class com.aspose.barcoderecognition.BarCodeReader
-
Gets the median smoothing window size.
- getMode() - Method in class com.aspose.barcode.Resolution
-
Gets the ResolutionModemode of the resolution
- getObjectData(SerializationInfo, StreamingContext) - Method in class com.aspose.barcode.MarginsF
-
Populates a T:System.Runtime.Serialization.SerializationInfo} with the data needed to serialize the target object.
- getObjectData(SerializationInfo, StreamingContext) - Method in class com.aspose.barcode.Resolution
-
Populates a T:System.Runtime.Serialization.SerializationInfo with the data needed to serialize the target object.
- getOnlyBarCodeImage() - Method in class com.aspose.barcode.BarCodeBuilder
-
Gets the only barcode image.
- getOnlyBarCodeImage(int) - Method in class com.aspose.barcode.BarCodeBuilder
-
Gets the only barcode image.
- getOrientationHints() - Method in class com.aspose.barcoderecognition.BarCodeReader
-
Gets the orientation hints.
- getPdf417CompactionMode() - Method in class com.aspose.barcode.BarCodeBuilder
-
Pdf417 symbology type of BarCode's compaction mode, default compaction mode is Auto
- 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 Auto
- getQRErrorLevel() - Method in class com.aspose.barcode.BarCodeBuilder
-
Level of Reed-Solomon error correction for QR barcode.
- getQRStructuredAppendModeBarCodeIndex() - Method in class com.aspose.barcoderecognition.BarCodeReader
-
Gets the index of the QR structured append mode barcode.
- getQRStructuredAppendModeBarCodesQuantity() - Method in class com.aspose.barcoderecognition.BarCodeReader
-
Gets the QR structured append mode barcodes quantity.
- getQRStructuredAppendModeParityData() - Method in class com.aspose.barcoderecognition.BarCodeReader
-
Gets the QR structured append mode parity data.
- getReadType() - Method in class com.aspose.barcoderecognition.BarCodeReader
-
Gets the barcode type.
- getRecognitionQuality() - Method in class com.aspose.barcoderecognition.BarCodeReader
-
Gets the recognition quality.
- getRecognitionQuality() - Method in class com.aspose.barcoderecognition.BarCodeReader.PossibleBarCode
-
Gets the recognition quality percent.
- getRegion() - Method in class com.aspose.barcoderecognition.BarCodeReader
-
Gets the barcode region.
- getRegion() - Method in class com.aspose.barcoderecognition.BarCodeReader.PossibleBarCode
-
Gets the region where the barcode potentially found.
- getResolution() - Method in class com.aspose.barcode.BarCodeBuilder
-
Gets the resolution of the BarCode image
See Resolution.
- getResolution() - Method in interface com.aspose.barcode.IBarCodeControl
-
- getRight() - Method in class com.aspose.barcode.Margins
-
Gets the right margin.
- getRight() - Method in class com.aspose.barcode.MarginsF
-
Gets the right margin.
- 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
-
BarCode's rows, if setting is illegal then rows will be calculated automatically.
- getSpace() - Method in class com.aspose.barcode.Caption
-
Gets the space between the caption 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, ISBN, Interleaved2of5 or Standard2of5.
- getSupplementData() - Method in interface com.aspose.barcode.IBarCodeControl
-
- getSupplementSpace() - Method in class com.aspose.barcode.BarCodeBuilder
-
Space between main the BarCode and supplement BarCode, default Graphics Unit: millimeter
See System.Drawing.GraphicsUnit.
- getSupplementSpace() - Method in interface com.aspose.barcode.IBarCodeControl
-
- getSymbologyType() - Method in class com.aspose.barcode.BarCodeBuilder
-
BarCode's symbology, type: com.aspose.barcode.Symbology.
- getSymbologyType() - Method in interface com.aspose.barcode.IBarCodeControl
-
- getText() - Method in class com.aspose.barcode.Caption
-
Gets the content of the caption.
- getTextAlign() - Method in class com.aspose.barcode.Caption
-
Gets the text System.Drawing.StringAlignmentalignment of the caption.
- getTextRenderingHint() - Method in class com.aspose.barcode.BarCodeBuilder
-
Specifies the quality of text rendering.
- getTextRenderingHint() - Method in interface com.aspose.barcode.IBarCodeControl
-
- getThrowExceptionWhenCodeTextIncorrect() - Method in class com.aspose.barcode.BarCodeBuilder
-
Only for 1D barcodes.
- getTimeout() - Method in class com.aspose.barcoderecognition.BarCodeReader
-
Gets the timeout of recognition process.
- getTop() - Method in class com.aspose.barcode.Margins
-
Gets the top marign.
- getTop() - Method in class com.aspose.barcode.MarginsF
-
Gets the top marign.
- 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
-
- 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
-
- Gif - Static variable in class com.aspose.barcode.BarCodeImageFormat
-
Specifies the Graphics Interchange Format (GIF) image format.
- Gif - Static variable in class com.aspose.barcode.RenderFormat
-
- 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.
- GS1Code128 - Static variable in class com.aspose.barcode.Symbology
-
Specifies that the data should be encoded with GS1 Code 128 barcode specification.
- GS1Code128 - Static variable in class com.aspose.barcoderecognition.BarCodeReadType
-
Specifies that the data should be encoded with GS1 CODE 128 barcode specification
- GS1DataMatrix - Static variable in class com.aspose.barcode.Symbology
-
2D barcode symbology DataMatrix with GS1 string format
- GS1DataMatrix - Static variable in class com.aspose.barcoderecognition.BarCodeReadType
-
2D barcode symbology GS1DataMatrix
- save(OutputStream, int) - Method in class com.aspose.barcode.BarCodeBuilder
-
Save BarCodeImage to stream 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, int) - 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 BarCodeImage to specific file in specific format
- save(InputStream, ImageFormat) - Method in interface com.aspose.barcode.IBarCodeControl
-
- save(String, ImageFormat) - Method in interface com.aspose.barcode.IBarCodeControl
-
- saveAsEmf(String) - Method in class com.aspose.barcode.BarCodeBuilder
-
Save the BarCode as Emf file using given file name.
- saveAsEmf(InputStream) - Method in class com.aspose.barcode.BarCodeBuilder
-
Save the BarCode as Emf to stream.
- SCC14 - Static variable in class com.aspose.barcode.Symbology
-
Specifies that the data should be encoded with SCC14 barcode specification
- SCC14 - Static variable in class com.aspose.barcoderecognition.BarCodeReadType
-
Specifies that the data should be encoded with SCC14 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
-
Always display checksum digit in the humanreadable text for Code128 and GS1Code128 barcodes.
- setAspectRatio(float) - Method in class com.aspose.barcode.BarCodeBuilder
-
2D BarCode's module's height/width ratio (yDimension/xDimension).
- setAspectRatio(float) - Method in interface com.aspose.barcode.IBarCodeControl
-
- setAustraliaPostFormatControlCode(int) - Method in class com.aspose.barcode.BarCodeBuilder
-
Australia Post symbology type of barcode's FormatControlCode, default to AustraliaPostFormatControlCode.Standard"
- setAustraliaPostFormatControlCode(int) - Method in interface com.aspose.barcode.IBarCodeControl
-
- setAutoSize(boolean) - Method in class com.aspose.barcode.BarCodeBuilder
-
Wether ajust image's size automatically.
- setAutoSize(boolean) - Method in interface com.aspose.barcode.IBarCodeControl
-
- setAztectErrorLevel(int) - Method in class com.aspose.barcode.BarCodeBuilder
-
Level of error corection of Aztect types of barcode.
- 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
-
- setBackColorInternal(Color) - Method in interface com.aspose.barcode.IBarCodeControl
-
- setBarCodeImage(BufferedImage) - Method in class com.aspose.barcoderecognition.BarCodeReader
-
Sets bitmap image for recognition.
- setBarCodeImage(String) - Method in class com.aspose.barcoderecognition.BarCodeReader
-
Sets image file for recogniton.
- setBarCodeImageInternal(Bitmap) - Method in class com.aspose.barcoderecognition.BarCodeReader
-
Sets bitmap image for recognition.
- setBarCodeReadType(long) - Method in class com.aspose.barcoderecognition.BarCodeReader
-
Sets BarCodeReadType for recognition.
- setBarHeight(float) - Method in class com.aspose.barcode.BarCodeBuilder
-
height of 1D barcodes' bars.
- setBarHeight(float) - Method in interface com.aspose.barcode.IBarCodeControl
-
- setBinaryCodeText(byte[]) - Method in class com.aspose.barcode.BarCodeBuilder
-
Set the binary data to be encoded.
- setBorderColor(Color) - Method in class com.aspose.barcode.BarCodeBuilder
-
BarCode Image's border's color
See BorderWidth.
- setBorderColor(Color) - Method in interface com.aspose.barcode.IBarCodeControl
-
- setBorderColorInternal(Color) - Method in interface com.aspose.barcode.IBarCodeControl
-
- setBorderDashStyle(int) - Method in class com.aspose.barcode.BarCodeBuilder
-
BarCode Image's border's style
See BorderWidth.
- setBorderDashStyle(int) - Method in interface com.aspose.barcode.IBarCodeControl
-
- setBorderVisible(boolean) - Method in class com.aspose.barcode.BarCodeBuilder
-
Sets a value indicating whether [border 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 bottom marign.
- setBottom(float) - Method in class com.aspose.barcode.MarginsF
-
Sets the bottom marign.
- setCaptionAbove(Caption) - Method in class com.aspose.barcode.BarCodeBuilder
-
Caption Above the BarCode image.
- setCaptionAbove(Caption) - Method in interface com.aspose.barcode.IBarCodeControl
-
- setCaptionBelow(Caption) - Method in class com.aspose.barcode.BarCodeBuilder
-
Caption Below the BarCode image.
- 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
-
Start symbol (character) of codabar symbology
See CodabarStopSymbol}.
- setCodabarStartSymbol(short) - Method in interface com.aspose.barcode.IBarCodeControl
-
- setCodabarStopSymbol(short) - Method in class com.aspose.barcode.BarCodeBuilder
-
Stop symbol (character) of codabar symbology
See CodabarStartSymbol.
- setCodabarStopSymbol(short) - 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
See EnableEscape.
- 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 class com.aspose.barcode.BarCodeBuilder
-
Specify the displaying CodeText's Color
See System.Drawing.Color.
- setCodeTextColor(Color) - Method in interface com.aspose.barcode.IBarCodeControl
-
- setCodeTextColorInternal(Color) - Method in interface com.aspose.barcode.IBarCodeControl
-
- setCodeTextEncoding(Charset) - Method in class com.aspose.barcode.BarCodeBuilder
-
Sets the encoding of codetext.
- setCodeTextFont(Font) - Method in class com.aspose.barcode.BarCodeBuilder
-
Specify the displaying CodeText's font
See CodeText.
- setCodeTextFont(Font) - Method in interface com.aspose.barcode.IBarCodeControl
-
- setCodeTextFontInternal(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.
- setDataMatrixEncodeMode(int) - Method in class com.aspose.barcode.BarCodeBuilder
-
Encode mode of Datamatrix barcode, default to Auto
- 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
- setEnableChecksum(int) - Method in class com.aspose.barcode.BarCodeBuilder
- setEnableChecksum(int) - Method in interface com.aspose.barcode.IBarCodeControl
-
- setEnableEscape(boolean) - Method in class com.aspose.barcode.BarCodeBuilder
-
Indicates whether explains the character "\" as an escape character in CodeText property.
- setEnableEscape(boolean) - Method in interface com.aspose.barcode.IBarCodeControl
-
- setExpectedBarCodeCount(int) - 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.
- setFont(Font) - Method in class com.aspose.barcode.Caption
-
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
-
- setForeColorInternal(Color) - Method in interface com.aspose.barcode.IBarCodeControl
-
- setGraphicsUnit(int) - Method in class com.aspose.barcode.BarCodeBuilder
-
Measurement of various properties such as Width, Height etc.
- setGraphicsUnit(int) - Method in interface com.aspose.barcode.IBarCodeControl
-
- setImageBinarizationHints(int) - Method in class com.aspose.barcoderecognition.BarCodeReader
-
Sets the image binarization hints.
- setImageHeight(float) - Method in class com.aspose.barcode.BarCodeBuilder
-
BarCode image's height See AutoSize., if AutoSize is true, ImageHeight will
be increased accordingly
Default Graphics Unit: Millimeter
- setImageHeight(float) - Method in interface com.aspose.barcode.IBarCodeControl
-
- setImageQuality(int) - Method in class com.aspose.barcode.BarCodeBuilder
-
Graphics quality mode, when RotationAngleF not equal to 0, 90, 180 or 270, do set quality mode to anti-alias.
- setImageQuality(int) - Method in interface com.aspose.barcode.IBarCodeControl
-
- setImageWidth(float) - Method in class com.aspose.barcode.BarCodeBuilder
-
BarCode image's width See AutoSize}., if AutoSize is true, ImageWidth will
be increased accordingly
Default Graphics Unit: Millimeter
- 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 left margin.
- setLeft(float) - Method in class com.aspose.barcode.MarginsF
-
Sets the left margin.
- setLicense(String) - Method in class com.aspose.barcode.License
-
Licenses the component.
- setLicense(InputStream) - Method in class com.aspose.barcode.License
-
Licenses the component.
- setLicense(File) - Method in class com.aspose.barcode.License
-
Licenses the component.
- setMacroPdf417FileID(int) - Method in class com.aspose.barcode.BarCodeBuilder
-
Sets macro pdf417 barcode's file ID.
- setMacroPdf417SegmentID(int) - Method in class com.aspose.barcode.BarCodeBuilder
-
Sets macro pdf417 barcode's segment ID, which starts from 0, to MacroPdf417SegmentCount - 1.
- setMacroPdf417SegmentsCount(int) - Method in class com.aspose.barcode.BarCodeBuilder
-
Sets macro pdf417 barcode segments count.
- setMargins(MarginsF) - 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
- setMedianSmoothingWindowSize(int) - Method in class com.aspose.barcoderecognition.BarCodeReader
-
Sets the median smoothing window size.
- setMode(int) - Method in class com.aspose.barcode.Resolution
-
Sets the ResolutionModemode of the resolution
- setOrientationHints(int) - Method in class com.aspose.barcoderecognition.BarCodeReader
-
Sets the orientation hints.
- setPdf417CompactionMode(int) - Method in class com.aspose.barcode.BarCodeBuilder
-
Pdf417 symbology type of BarCode's compaction mode, default compaction mode is Auto
- 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
-
Choose printer, if not specified, Print() method will choose the first available printer
- setQREncodeMode(int) - Method in class com.aspose.barcode.BarCodeBuilder
-
QR symbology type of BarCode's encoding mode, default mode is Auto
- 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
See Resolution.
- setResolution(Resolution) - Method in interface com.aspose.barcode.IBarCodeControl
-
- setRight(int) - Method in class com.aspose.barcode.Margins
-
Sets the right margin.
- setRight(float) - Method in class com.aspose.barcode.MarginsF
-
Sets the right margin.
- setRotationAngleF(float) - Method in class com.aspose.barcode.BarCodeBuilder
-
BarCode image's rotation angle, measured in degree, e.g.
- setRotationAngleF(float) - Method in interface com.aspose.barcode.IBarCodeControl
-
- setRows(int) - Method in class com.aspose.barcode.BarCodeBuilder
-
BarCode's rows, if setting is illegal then rows will be calculated automatically.
- setSpace(float) - Method in class com.aspose.barcode.Caption
-
Sets the space between the caption and the barcode,
and the space between border and the caption
- setStripFNC(boolean) - Method in class com.aspose.barcoderecognition.BarCodeReader
-
Strip FNC1, FNC2, FNC3 characters from codetext.
- setSupplementData(String) - Method in class com.aspose.barcode.BarCodeBuilder
-
Supplement data following BarCodes of symbology UPCA, UPCE, EAN13, EAN8, ISBN, Interleaved2of5 or Standard2of5.
- setSupplementData(String) - Method in interface com.aspose.barcode.IBarCodeControl
-
- setSupplementSpace(float) - Method in class com.aspose.barcode.BarCodeBuilder
-
Space between main the BarCode and supplement BarCode, default Graphics Unit: millimeter
See System.Drawing.GraphicsUnit.
- setSupplementSpace(float) - Method in interface com.aspose.barcode.IBarCodeControl
-
- setSymbologyType(long) - Method in class com.aspose.barcode.BarCodeBuilder
-
BarCode's symbology, type: com.aspose.barcode.Symbology.
- setSymbologyType(long) - Method in interface com.aspose.barcode.IBarCodeControl
-
- setText(String) - Method in class com.aspose.barcode.Caption
-
Sets the content of the caption.
- setTextAlign(int) - Method in class com.aspose.barcode.Caption
-
Sets the text System.Drawing.StringAlignmentalignment of the caption.
- setTextRenderingHint(int) - Method in class com.aspose.barcode.BarCodeBuilder
-
Specifies the quality of text rendering.
- setTextRenderingHint(int) - Method in interface com.aspose.barcode.IBarCodeControl
-
- setThrowExceptionWhenCodeTextIncorrect(boolean) - Method in class com.aspose.barcode.BarCodeBuilder
-
Only for 1D barcodes.
- setTimeout(int) - Method in class com.aspose.barcoderecognition.BarCodeReader
-
Sets the timeout of recognition process.
- setTop(int) - Method in class com.aspose.barcode.Margins
-
Sets the top marign.
- setTop(float) - Method in class com.aspose.barcode.MarginsF
-
Sets the top 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
-
x-dimension, smallest width unit of BarCode's bars or spaces.
- setxDimension(float) - Method in interface com.aspose.barcode.IBarCodeControl
-
- setyDimension(float) - Method in class com.aspose.barcode.BarCodeBuilder
-
y-dimension, smallest height unit of 2D BarCode's modules.
- 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 Singapore Post Barcode 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 SSCC18 barcode specification
- SSCC18 - Static variable in class com.aspose.barcoderecognition.BarCodeReadType
-
Specifies that the data should be encoded with SSCC18 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 Standard 2 of 5 barcode specification
- Standard2of5 - Static variable in class com.aspose.barcoderecognition.BarCodeReadType
-
Specifies that the data should be encoded with Standard 2 of 5 barcode specification
- Supplement - Static variable in class com.aspose.barcoderecognition.BarCodeReadType
-
Specifies that the data should be encoded with Supplement barcode specification
- SwissPostParcel - Static variable in class com.aspose.barcode.Symbology
-
Specifies that the data should be encoded with Swiss Post Parcel Barcode barcode specification.
- SwissPostParcel - Static variable in class com.aspose.barcoderecognition.BarCodeReadType
-
Specifies that the data should be encoded with Swiss Post Parcel Barcode barcode specification.
- Symbology - Class in com.aspose.barcode
-
Specifies the type of barcode specification.