LinearEncoder Class

Public MustInherit Class LinearEncoder
This language is not supported or no code example is available.
public abstract class LinearEncoder
This language is not supported or no code example is available.
public ref class LinearEncoder abstract 
This language is not supported or no code example is available.
public abstract class LinearEncoder
This language is not supported or no code example is available.
Name Description
Public property BarcodeHeight /// Sets the desired height in pixels for the barcode element of the image. ///
Public property BarcodeHeightChanged /// Indicates if the barcode height was altered to accomodate symbology constraints. ///
Public property BarcodeWidth /// Width of the generated barcode. ///
Public property CodecName
Public property Description /// Encoder description. ///
Public property Dpi /// Sets the desired image dpi. ///
Public property DpiChanged /// Indicates if DPI was adjusted to fit system set constraints. ///
Public property EncodedValue /// Internal Barcode Value that can be reached by the renderer. ///
Public property EncodingFontFamily /// The font to be used for the encoding label if shown. /// Will default to the system default font, if not set. ///
Public property HumanReadableFont /// The font to be used for the human readable value, if shown. /// Will default to the system default font if not set. ///
Public property HumanReadableFontSizeChanged /// Indicates if the human readable font size was changed to prevent text exceeding barcode width. ///
Public property HumanReadablePosition /// Sets the visibility and position of the human readable value. /// Hidden, Above, Below, Embedded ///
Public property HumanReadableSymbolAligned /// Sets the human readable label to align with associated barcode symbol ///
Public property HumanReadableValue /// The human readable value. ///
Public property ImageCodec
Public property PropertyChanged /// Used to detect if any properties have changed. ///
Public property Quietzone /// Sets the starting subset to "A" or "B", where an explicit subset is not required. /// Will default to "A" if not set. ///
Public property ShowEncoding /// When true, will include a human readable label of the barcode encoding values /// for the corresponding part of the barcode. The position of this label will adjust /// top or bottom, dependent on the use of a human readable value and its position. Default is top. ///
Public property Symbology /// Barcode symbology. ///
Public property TargetWidth /// Target pixel width for the barcode. /// If set, the encoder will attempt to get as close to this value without exceeding, when generating the barcode ///
Public property WideBarRatio /// X-dimension is the width of the narrowest bar element in the barcode. /// All other bar and spaces widths in the barcode are a multiple of this value. ///
Public property XDimension /// X-dimension is the width of the narrowest bar element in the barcode. /// All other bar and spaces widths in the barcode are a multiple of this value. ///
Public property XDimensionChanged /// Indicates if the X-dimension was altered to accomodate symbology constraints. ///
Top
Methods
 
Name Description
Protected method Encode(string) /// Encode the value using the barcode symbology selected. ///
Public method SetEncodingFontFamily(string)
Public method SetHumanReadableFont(string, int) /// Set the font to be used for the human readable label. ///
Public method SetHumanReadablePosition(string)
Top

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition