C#
VB
C++
Gets or sets a Barcode1d object containing the linear barcode options for the barcode to be written.
[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 the linear barcode options for the barcode to be written.
For an example, refer to WriteRequest.
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