The BarcodeShape type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| BottomMargin |
Extra space below this shape (only useful in combination with docking).
(Inherited from Shape.) | |
| Data |
The data that is represented by this barcode.
| |
| DataLength |
Maximum length of data. Default: 12.
| |
| Display |
The textual representation of the data as it appears with the barcode.
| |
| Dock |
How this shape is docked.
(Inherited from Shape.) | |
| Height |
The actual height of the barcode. If set to 0 (default), the minimum height will be used.
| |
| ID |
This Identifier (ID) can be used to track which shape raise an exception.
(Inherited from Shape.) | |
| LeftMargin |
Extra space to the left of this shape (only useful in combination with docking).
(Inherited from Shape.) | |
| Location |
If, and how the textual respresentation of the data is displayed. Default: None.
| |
| MinimumHeight |
The recommended minimum height (in points) of the barcode given the current settings.
It is possible to set the height smaller than the minimum height but then the content
will be clipped.
| |
| MinimumWidth |
The recommended minimum width (in points) of the barcode given the current settings.
It is possible to set the width smaller than the minimum width but then the content
will be clipped.
| |
| Opacity |
The opacity (0...255) which must be used for this shape. Default is 255 (fully opaque).
(Inherited from Shape.) | |
| RightMargin |
Extra space to the right of this shape (only useful in combination with docking).
(Inherited from Shape.) | |
| Rotation |
Amount of rotation in degrees around the origin of the shape, clockwise.
(Inherited from ContentShape.) | |
| RotationOffsetX |
Get or set the X-component of the offset to rotation center, relative to the origin of the shape.
(Inherited from ContentShape.) | |
| RotationOffsetY |
Get or set the Y-component of the offset to rotation center, relative to the origin of the shape.
(Inherited from ContentShape.) | |
| TopMargin |
Extra space above this shape (only useful in combination with docking).
(Inherited from Shape.) | |
| UseQuiteZone |
Add a quite zone to the left and to the right of the barcode. Default: false.
| |
| Width |
The actual width of the barcode. If set to 0 (default), the minimum width will be used.
| |
| X |
X-position of the lower-left corner, center or start point (depending on shape type).
(Inherited from Shape.) | |
| XDimension |
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.
| |
| Y |
Y-position of the lower-left corner, center or start point (depending on shape type).
(Inherited from Shape.) |