←Select platform

OutShowText Property

Summary

Indicates whether the barcode string will be shown or not.

Syntax

C#
VB
C++
public bool OutShowText {get; set;} 
Public Property OutShowText As Boolean 
public: 
property bool OutShowText { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true if the string will be shown; false, if the string will not be shown.

Remarks

This property is valid for the BarcodeEngine.Write method.

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.Barcode Assembly