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

Show in webframe

Code1d Property (ReadOption)






Gets or sets a Barcode1d object containing the linear barcode options to be read.
Syntax
[DataMemberAttribute(Name="Code1d", IsRequired=true)]
public Barcode1d Code1d {get; set;}
'Declaration
 
<DataMemberAttribute(Name="Code1d", IsRequired=True)>
Public Property Code1d As Barcode1d
'Usage
 
Dim instance As ReadOption
Dim value As Barcode1d
 
instance.Code1d = value
 
value = instance.Code1d

            

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

Property Value

A Barcode1d object that contains the linear barcode options to be read.
Example
For an example, refer to Barcode1d example.
Requirements

Target Platforms

See Also

Reference

ReadOption Class
ReadOption 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