Skip to main content

BarCodeOptions Members

Groups options that are specific to a certain symbology.

Constructors

Name Description
BarCodeOptions() Initializes a new instance of the BarCodeOptions class with the default settings.

Properties

Name Description
Codabar Provides access to options specific to this type of bar code (symbology).
Code11 Provides access to options specific to this type of bar code (symbology).
Code128 Provides access to options specific to this type of bar code (symbology).
Code39 Provides access to options specific to this type of bar code (symbology).
Code39Extended Provides access to options specific to this type of bar code (symbology).
Code93 Provides access to options specific to this type of bar code (symbology).
Code93Extended Provides access to options specific to this type of bar code (symbology).
CodeMSI Provides access to options specific to this type of bar code (symbology).
DataBar Provides access to options specific to this type of bar code (symbology).
DataMatrix Provides access to options specific to this type of bar code (symbology).
DataMatrixGS1 Provides access to options specific for this type of bar code (symbology).
EAN128 Provides access to options specific to this type of bar code (symbology).
EAN13 Provides access to options specific to this type of bar code (symbology).
EAN8 Provides access to options specific to this type of bar code (symbology).
Industrial2of5 Provides access to options specific to this type of bar code (symbology).
IntelligentMail Provides access to options specific to this type of bar code (symbology).
Interleaved2of5 Provides access to options specific to this type of bar code (symbology).
ITF14 Provides access to options specific to ITF14 type (Interleaved Two of Five for GS1) bar code (symbology).
Matrix2of5 Provides access to options specific to this type of bar code (symbology).
PDF417 Provides access to options specific to this type of bar code (symbology).
PostNet Provides access to options specific to this type of bar code (symbology).
QRCode Provides access to options specific to this type of bar code (symbology).
QRCodeEPC Provides access to options specific to the EPC QR Code symbology.
QRCodeGS1 Provides access to options specific to the GS1 QR Code symbology.
SSCC Options specific for the Serial Shipping Container Code (SSCC-18) symbology.
UPCA Provides access to options specific to this type of bar code (symbology).
UPCE0 Provides access to options specific to this type of bar code (symbology).
UPCE1 Provides access to options specific to this type of bar code (symbology).
UPCSupplemental2 Provides access to options specific to this type of bar code (symbology).
UPCSupplemental5 Provides access to options specific to this type of bar code (symbology).

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also