←Select platform

OutShowText Property

Summary

Indicates whether or not the barcode string will be shown.

Syntax

C#
VB
C++
[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 ); 
} 

Property Value

true to show the barcode string; otherwise it is false.

Remarks

This property is valid for the Leadtools.Services.Barcode.ServiceContracts.IBarcodeService.Write operation.

Example

For an example, refer to Barcode1d example.

Requirements

Target Platforms

See Also

Reference

Barcode1d Class

Barcode1d Members

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.Barcode.DataContracts Assembly