←Select platform

Options Property

Summary

Gets or sets the list of types and options for the barcode to be read.

Syntax

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

Property Value

A ReadOptions object that contains the options and types of barcode to be read.

Example

For an example, Refer to ReadRequest.

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