←Select platform

CodeQr Property

Summary

Gets or sets the BarcodeWriteQr object that contains the information related to QR barcodes.

Syntax

C#
VB
C++
[DataMemberAttribute(Name="BarcodeWriteQr", IsRequired=true)] 
public BarcodeWriteQr CodeQr { get; set; } 
  
<DataMemberAttribute(Name="BarcodeWriteQr", IsRequired=True)> 
Public Property CodeQr As Leadtools.Services.Barcode.Datacontracts.BarcodeWriteQr 
[DataMemberAttribute(Name="BarcodeWriteQr", IsRequired=true)] 
public: 
property Leadtools.Services.Barcode.Datacontracts.BarcodeWriteQr^ CodeQr { 
   Leadtools.Services.Barcode.Datacontracts.BarcodeWriteQr^ get(); 
   void set (    Leadtools.Services.Barcode.Datacontracts.BarcodeWriteQr^ ); 
} 

Property Value

A BarcodeWriteDatamatrix object that contains the information related to QR barcodes.

Example

For an example, Refer to WriteOption.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.Barcode.DataContracts Assembly