C#
VB
C++
Indicates whether or not the barcode string will be shown.
[DataMemberAttribute(Name="OutShowText", IsRequired=true)]
public bool OutShowText { get; set; }
<DataMemberAttribute(Name="OutShowText", IsRequired=True)>
Public Property OutShowText As Boolean
[DataMemberAttribute(Name="OutShowText", IsRequired=true)]
public:
property bool OutShowText {
bool get();
void set ( bool );
}
true to show the barcode string; otherwise it is false.
This property is valid for the Leadtools.Services.Barcode.ServiceContracts.IBarcodeService.Write operation.
For an example, refer to Barcode1d example.
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