LEADTOOLS Workflow Barcode (Leadtools.Workflow.Barcode assembly)

OutShowText Property

Show in webframe





Indicates whether the barcode string will be shown or not.
Syntax
public bool OutShowText {get; set;}
'Declaration
 
Public Property OutShowText As Boolean
'Usage
 
Dim instance As Barcode1d
Dim value As Boolean
 
instance.OutShowText = value
 
value = instance.OutShowText

            

            
public:
property bool OutShowText {
   bool get();
   void set (    bool value);
}

Property Value

True, when the string will be shown; otherwise it is false.
Remarks
This property is valid for BarcodeWriteActivity.
Requirements

Target Platforms

See Also

Reference

Barcode1d Class
Barcode1d Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2013 All Rights Reserved. LEAD Technologies, Inc.