LinearEncoder Properties

The following tables list the members exposed by the LinearEncoder type.

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

In this article

Definition