Using the Infragistics Word Library This section is your gateway to important task-based information that will help you to effectively use the various features and functionalities provided by the Word Library. Creating a Word Document Applying Formatting to Word Document Adding Table to Word Document Adding Images...
Word Document Generation References and Dependencies Using .NET CLR 4.0 or greater When using the InfragisticsWord library and exporters to generate a Microsoft® Word®document, the .NET Framework CLR version 4.0 or greater is required. In this scenario, you will reference the Infragistics.WebUI.Documents.IO assemb...
About UltraBarcode From shipping containers, to medical records, to a can of beans at the grocery store, barcodes have become the universal mechanism for affixing identifying data to physical assets. Industries have created standards around barcode technology such as creating barcodes that provide capabilities uni...
Adding Barcode In Code-Behind Before You Begin This topic is designed to get you up and running as quickly as possible by describing the basic steps required for adding a UltraCode128Barcode™ control to your application. What You Will Accomplish You will add a basic UltraCode128Barcode control to your application....
API Overview (UltraBarcode) This section lists each namespace that is relevant to the UltraBarcode family if controls. This topic provides several key classes that you will be using while programming with barcode controls. The namespaces and classes on this page link directly into our API documentation. Namespaces...
Barcode Symbologies This section holds detailed information about the barcode symbologies supported by UltraBarcode™ series of controls. Note that each barcode symbology is a separate control. Configuring Code 128 Configuring QR Code Code 39 Ean/Upc Interleaved 2 Of 5 GS1 DataBar Intelligent Mail Royal Mail PDF 41...
Configuring Bars Fill Mode The BarsFillMode property (for all barcode grid symbologies) defines how the internal grid containing the bars will fill the UltraBarcode control’s dimensions. It has the following values: FillSpace – ensures that the internal grid will fill the UltraBarcode control. Take into considerat...
Configuring Code 128 The UltraCode128Barcode™ generates the high-density alpha-numeric variable-length Code 128 symbology. It allows encoding of all 256 standard ASCII characters as well as 4 special symbol characters- FNC1, FNC2, FNC3 and FNC4*: FNC1 is used in UCC/EAN128 to act as UCC/EAN-128 identifier and fiel...
Configuring QR Code The QR (Quick Response) barcode symbology is a matrix (or two-dimensional) code, readable by QR scanners, mobile phones with a camera, and smartphones. This barcode symbology is one of the most popular types of two-dimensional barcodes, as its content can be decoded at high speed. The code cons...
Binding Data Before You Begin The Data property of the UltraBarcode™ family of controls, is what you use to assign the value that you wish to be encoded. What You Will Accomplish You will bind data to the Data property of the UltraCode128Barcode control. Follow these Steps Add a UltraCode128Barcode control to your...