C#
VB
C++
Gets or sets Barcode1d object containing linear barcode options to be written.
[DataMemberAttribute(Name="Barcode1d", IsRequired=true)]
public Barcode1d Code1d { get; set; }
<DataMemberAttribute(Name="Barcode1d", IsRequired=True)>
Public Property Code1d As Leadtools.Services.Barcode.Datacontracts.Barcode1d
[DataMemberAttribute(Name="Barcode1d", 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 to be written.
For an example, Refer to WriteOption.
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