Click or drag to resize

QrCodeProfile Class

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

Inheritance Hierarchy

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

The QrCodeProfile type exposes the following members.

Constructors
 NameDescription
Public methodQrCodeProfileInitializes a new instance of the QrCodeProfile class
Top
Properties
 NameDescription
Public propertyCellSize
(Inherited from BaseCellcodeProfile)
Public propertyData The data to be stored in the barcode.
(Inherited from BaseBarcodeProfile)
Public propertyErrorCorrectionLevel 
Public propertyFormat 
Public propertyFormatApplicationIndicator 
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.
(Inherited from BaseBarcodeProfile)
Public propertyInvert If true the barcode is inverted.
(Inherited from BaseBarcodeProfile)
Public propertyKanjiChineseCompaction 
Public propertyMaskPattern 
Public propertyQuietZoneSize The size of the blank zone left and right besides the barcode.
(Inherited from BaseBarcodeProfile)
Public propertyShowBarcodeText If set to false the human readable text of 1D barcodes will be suppressed.
(Inherited from BaseBarcodeProfile)
Public propertySize Width of the barcode in micrometers.
(Inherited from BaseBarcodeProfile)
Public propertySizeMode
(Inherited from BaseCellcodeProfile)
Public propertyStandard 
Public propertyStructuredAppendIndex 
Public propertyStructuredAppendParity 
Public propertyStructuredAppendSum 
Public propertyTranslateEscapeSequences Determines whether "\" in the barcode’s Data is interpreted as an escape sequence.
(Inherited from BaseBarcodeProfile)
Public propertyType
(Overrides BaseBarcodeProfileType)
Public propertyVersion 
Top
See Also