Error processing SSI file
LEADTOOLS WCF Barcode (Leadtools.Services.Barcode.DataContracts assembly)

Show in webframe

OutShowText Property






Indicates whether or not the barcode string will be shown.
Syntax
[DataMemberAttribute(Name="OutShowText", IsRequired=true)]
public bool OutShowText {get; set;}
'Declaration
 
<DataMemberAttribute(Name="OutShowText", IsRequired=True)>
Public Property OutShowText As Boolean
'Usage
 
Dim instance As Barcode1d
Dim value As Boolean
 
instance.OutShowText = value
 
value = instance.OutShowText

            

            
[DataMemberAttribute(Name="OutShowText", IsRequired=true)]
public:
property bool OutShowText {
   bool get();
   void set (    bool value);
}

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

Error processing SSI file
Applications developed with LEADTOOLS WCF components require runtime licenses. Server licensing is required for applications on a server. For more information, refer to: LEADTOOLS Toolkit Features