The Code2of5InterleavedBarcodeShape type exposes the following members.

Constructors

  NameDescription
Public methodCode2of5InterleavedBarcodeShape()()()()
Create a new Code 2 of 5 Interleaved bar code.
Public methodCode2of5InterleavedBarcodeShape(String)
Create a new Code 2 of 5 Interleaved bar code.

Methods

  NameDescription
Public methodClone
Clones a Shape.
(Inherited from Shape.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRead(String)
Read from XML file.
(Inherited from Object.)
Public methodRead(XmlElement)
Read from XML element.
(Inherited from Object.)
Public methodRead(XmlReader)
Read this object from an XmlReader.
(Inherited from BarcodeShape.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyBottomMargin
Extra space below this shape (only useful in combination with docking).
(Inherited from Shape.)
Public propertyChecksum
If set, a checksum is appended to the barcode. Default: false.
Public propertyData
The data that is represented by this barcode.
(Inherited from BarcodeShape.)
Public propertyDataLength
Maximum length of data. Default: 12.
(Inherited from BarcodeShape.)
Public propertyDisplay
The textual representation of the data as it appears with the barcode.
(Overrides BarcodeShape..::..Display.)
Public propertyDock
How this shape is docked.
(Inherited from Shape.)
Public propertyHeight
The actual height of the barcode. If set to 0 (default), the minimum height will be used.
(Inherited from BarcodeShape.)
Public propertyID
This Identifier (ID) can be used to track which shape raise an exception.
(Inherited from Shape.)
Public propertyLeftMargin
Extra space to the left of this shape (only useful in combination with docking).
(Inherited from Shape.)
Public propertyLocation
If, and how the textual respresentation of the data is displayed. Default: None.
(Inherited from BarcodeShape.)
Public propertyMinimumHeight
The effective height (in points) of the barcode given the current settings.
(Overrides BarcodeShape..::..MinimumHeight.)
Public propertyMinimumWidth
The effective width (in points) of the barcode given the current settings. Includes the quite zone.
(Overrides BarcodeShape..::..MinimumWidth.)
Public propertyOpacity
The opacity (0...255) which must be used for this shape. Default is 255 (fully opaque).
(Inherited from Shape.)
Public propertyQuiteZone
The effective width of the quite zone in points. The quite zone is the empty space at both the left and right side of the bar code. Property Width includes the quite zone.
Public propertyRightMargin
Extra space to the right of this shape (only useful in combination with docking).
(Inherited from Shape.)
Public propertyRotation
Amount of rotation in degrees around the origin of the shape, clockwise.
(Inherited from ContentShape.)
Public propertyRotationOffsetX
Get or set the X-component of the offset to rotation center, relative to the origin of the shape.
(Inherited from ContentShape.)
Public propertyRotationOffsetY
Get or set the Y-component of the offset to rotation center, relative to the origin of the shape.
(Inherited from ContentShape.)
Public propertyTopMargin
Extra space above this shape (only useful in combination with docking).
(Inherited from Shape.)
Public propertyUseQuiteZone
Add a quite zone to the left and to the right of the barcode. Default: false.
(Inherited from BarcodeShape.)
Public propertyWideNarrowRatio
The ration of wide bars/spaces and narrow bars/spaces.
Public propertyWidth
The actual width of the barcode. If set to 0 (default), the minimum width will be used.
(Inherited from BarcodeShape.)
Public propertyX
X-position of the lower-left corner, center or start point (depending on shape type).
(Inherited from Shape.)
Public propertyXDimension
The x-dimension (narrowest element of a bar code symbol) in mils. 1 mil = 0.001 inch. E.g. A 7.5 mil x-dimension means that the most narrow bar code element measures 0.0075 inches. Default: 13.5.
(Inherited from BarcodeShape.)
Public propertyY
Y-position of the lower-left corner, center or start point (depending on shape type).
(Inherited from Shape.)

See Also