Skip to main content

Class BarcodeItem.EncodingOptions

Namespace: Aurigma.DesignAtoms.Model.Items
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public class EncodingOptions : ModelComponent, ICloneable

Inheritance: System.Object -> Aurigma.DesignAtoms.Model.ModelComponent -> BarcodeItem.EncodingOptions

Implements

  • System.ComponentModel.INotifyPropertyChanged
  • System.ICloneable

Inherited Members

Constructors

EncodingOptions

public EncodingOptions()

Properties

Width

public int? Width { get; set; }

Height

public int? Height { get; set; }

Margin

public int? Margin { get; set; }

PureBarcode

public bool? PureBarcode { get; set; }

ErrorCorrection

public string ErrorCorrection { get; set; }

CharacterSet

public string CharacterSet { get; set; }

Pdf417Compact

public bool? Pdf417Compact { get; set; }

Pdf417Compaction

public string Pdf417Compaction { get; set; }

Pdf417Dimensions

public object Pdf417Dimensions { get; set; }

DisableEci

public bool? DisableEci { get; set; }

Code128ForceCodesetB

public bool? Code128ForceCodesetB { get; set; }

AztecLayers

public int? AztecLayers { get; set; }

QrVersion

public int? QrVersion { get; set; }

XDimension

public float? XDimension { get; set; }

DatabarExpandedSegments

public int? DatabarExpandedSegments { get; set; }

Methods

Equals

public override bool Equals(object obj)
Parameters
TypeNameDescription
System.Objectobj
Returns

System.Boolean

Overrides

GetHashCode

public override int GetHashCode()
Returns

System.Int32

Overrides

Clone

public BarcodeItem.EncodingOptions Clone()
Returns

Aurigma.DesignAtoms.Model.Items.BarcodeItem.EncodingOptions

Was this page helpful?