C#
VB
C++
Gets or sets the Barcode1d object containing linear barcode options for the barcode to be read.
[DataMemberAttribute(Name="Code1d", IsRequired=true)]
public Barcode1d Code1d { get; set; }
<DataMemberAttribute(Name="Code1d", IsRequired=True)>
Public Property Code1d As Leadtools.Services.Barcode.Datacontracts.Barcode1d
[DataMemberAttribute(Name="Code1d", IsRequired=true)]
public:
property Leadtools.Services.Barcode.Datacontracts.Barcode1d^ Code1d {
Leadtools.Services.Barcode.Datacontracts.Barcode1d^ get();
void set ( Leadtools.Services.Barcode.Datacontracts.Barcode1d^ );
}
A Barcode1d object that contains linear barcode options for the barcode to be read.
For an example, Refer to ReadRequest.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET