Click or drag to resize

BaseBarcodeProfile Class

[Missing <summary> documentation for "T:RAYLASE.Marker.VectorGraphicElement.Barcode.BaseBarcodeProfile"]

Inheritance Hierarchy
SystemObject
  RAYLASE.Marker.VectorGraphicElement.BarcodeBaseBarcodeProfile
    More

Namespace: RAYLASE.Marker.VectorGraphicElement.Barcode
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public abstract class BaseBarcodeProfile

The BaseBarcodeProfile type exposes the following members.

Constructors
 NameDescription
Protected methodBaseBarcodeProfileInitializes a new instance of the BaseBarcodeProfile class
Top
Properties
 NameDescription
Public propertyData The data to be stored in the barcode.
Public propertyHeight Height of the barcode. If it is null a default value is used. For compatibility reasons with weldMARK the unit corresponds to 1410 micrometers.
Public propertyInvert If true the barcode is inverted.
Public propertyQuietZoneSize The size of the blank zone left and right besides the barcode.
Public propertyShowBarcodeText If set to false the human readable text of 1D barcodes will be suppressed.
Public propertySize Width of the barcode in micrometers.
Public propertyTranslateEscapeSequences Determines whether "\" in the barcode’s Data is interpreted as an escape sequence.
Public propertyType Type of the barcode.
Top
See Also
Inheritance Hierarchy