This is a migrated thread and some comments may be shown as answers.

BarCode Text

7 Answers 187 Views
BarCode
This is a migrated thread and some comments may be shown as answers.
Ahmed
Top achievements
Rank 1
Ahmed asked on 20 Apr 2013, 11:01 AM
Hi,
  i want to know how to hide Barcode Human Readable text
and also how to change its postion to top , bottom

7 Answers, 1 is accepted

Sort by
0
Yavor
Telerik team
answered on 24 Apr 2013, 07:03 AM
Hi,

You can add an implicit style to barcode's resources to hide the ViewBox controls that hold the text:
Copy Code
Copy Code
<telerik:RadBarcodeEAN13 Height="120" Width="425" Text="123456789012">
<telerik:RadBarcodeEAN13.Resources>
<Style TargetType="Viewbox">
<Setter Property="Visibility" Value="Collapsed" />
</Style>
</telerik:RadBarcodeEAN13.Resources>
</telerik:RadBarcodeEAN13>

Other than this, you cannot reposition the text.
You can, however, completely hide it, and place a textblock below/next to the control, to show its text.
I hope this helps.

Greetings,
Yavor
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Ahmed
Top achievements
Rank 1
answered on 24 Apr 2013, 04:46 PM
Hi,
  i think this feature can be  added to barcode item to give it more powerfull

0
Yavor
Telerik team
answered on 25 Apr 2013, 01:12 PM
Hello,

We will consider adding this functionality out of the box for one of the upcoming versions of the control. Thank you for your feedback.

All the best,
Yavor
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Saykor
Top achievements
Rank 2
answered on 03 Nov 2014, 08:15 PM
Hello
What is the status of this year and a half after the last post? I still not find a property how to hide the text.

Regards,
0
Tsvetie
Telerik team
answered on 04 Nov 2014, 09:06 AM
Hi Saykor,

With our latest release (Q3 2014), we introduced a new property - ShowText, that you can use to hide the text of RadBarcode. For additional information, please refer to our release notes.

Regards,
Tsvetie
Telerik
 
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
 
0
allen
Top achievements
Rank 1
answered on 21 Jan 2015, 05:43 AM
I am using barcode4j using Javabean. I would like to know if it is possible to hide the human readable text that appears in Code39 type barcode. In the output, I only want the barcode to be displayed. Any help would be appreciated. Thanks.
0
allen
Top achievements
Rank 1
answered on 21 Jan 2015, 05:47 AM
Tags
BarCode
Asked by
Ahmed
Top achievements
Rank 1
Answers by
Yavor
Telerik team
Ahmed
Top achievements
Rank 1
Saykor
Top achievements
Rank 2
Tsvetie
Telerik team
allen
Top achievements
Rank 1
Share this question
or