Error processing SSI file
LEADTOOLS WCF Barcode (Leadtools.Services.Barcode.DataContracts assembly)

Show in webframe

CodeQr Property (WriteRequest)






Gets or sets a BarcodeWriteQr object that contains information about QR barcodes.
Syntax
[DataMemberAttribute(Name="CodeQr", IsRequired=true)]
public BarcodeWriteQr CodeQr {get; set;}
'Declaration
 
<DataMemberAttribute(Name="CodeQr", IsRequired=True)>
Public Property CodeQr As BarcodeWriteQr
'Usage
 
Dim instance As WriteRequest
Dim value As BarcodeWriteQr
 
instance.CodeQr = value
 
value = instance.CodeQr

            

            
[DataMemberAttribute(Name="CodeQr", IsRequired=true)]
public:
property BarcodeWriteQr^ CodeQr {
   BarcodeWriteQr^ get();
   void set (    BarcodeWriteQr^ value);
}

Property Value

A BarcodeWriteDatamatrix object that contains information about QR barcodes.
Example
For an example, refer to WriteRequest.
Requirements

Target Platforms

See Also

Reference

WriteRequest Class
WriteRequest Members

Error processing SSI file
Applications developed with LEADTOOLS WCF components require runtime licenses. Server licensing is required for applications on a server. For more information, refer to: LEADTOOLS Toolkit Features