Class BarcodeItem.EncodingOptions
Inheritance
System.Object
BarcodeItem.EncodingOptions
Implements
System.ComponentModel.INotifyPropertyChanged
System.ICloneable
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public class EncodingOptions : ModelComponent, ICloneable
Constructors
EncodingOptions()
Declaration
Properties
AztecLayers
Declaration
public int? AztecLayers { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
CharacterSet
Declaration
public string CharacterSet { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Code128ForceCodesetB
Declaration
public bool? Code128ForceCodesetB { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
DatabarExpandedSegments
Declaration
public int? DatabarExpandedSegments { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
DisableEci
Declaration
public bool? DisableEci { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
ErrorCorrection
Declaration
public string ErrorCorrection { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Height
Declaration
public int? Height { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
Margin
Declaration
public int? Margin { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
Pdf417Compact
Declaration
public bool? Pdf417Compact { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
Pdf417Compaction
Declaration
public string Pdf417Compaction { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Pdf417Dimensions
Declaration
public object Pdf417Dimensions { get; set; }
Property Value
| Type |
Description |
| System.Object |
|
PureBarcode
Declaration
public bool? PureBarcode { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
QrVersion
Declaration
public int? QrVersion { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
Width
Declaration
public int? Width { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
XDimension
Declaration
public float? XDimension { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Single> |
|
Methods
Clone()
Declaration
public BarcodeItem.EncodingOptions Clone()
Returns
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
| Type |
Name |
Description |
| System.Object |
obj |
|
Returns
| Type |
Description |
| System.Boolean |
|
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
| Type |
Description |
| System.Int32 |
|
Overrides
Implements
System.ComponentModel.INotifyPropertyChanged
System.ICloneable