←Select platform

CodeQr Property

Summary

Gets or sets a BarcodeWriteQr object that contains information about QR barcodes.

Syntax

C#
VB
C++
[DataMemberAttribute(Name="CodeQr", IsRequired=true)] 
public BarcodeWriteQr CodeQr { get; set; } 
  
<DataMemberAttribute(Name="CodeQr", IsRequired=True)> 
Public Property CodeQr As Leadtools.Services.Barcode.Datacontracts.BarcodeWriteQr 
[DataMemberAttribute(Name="CodeQr", 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 information about QR barcodes.

Example

For an example, refer to WriteRequest.

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