iPhone Barcode Generator SDK generate, create linear, 2d barcode images in iPhone (iOS) application

Generate & Create Barcodes on iOS Applications using iPhone Barcode Generation SDK


iPhone Barcode Generator Introduction

iPhone Barcode Generator SDK is a barcode symbology generator component designed for iOS project developers who need integrate barcode generation functionality into iPhone platform.
  • Barcode generation support on desktops as well as servers
  • Generate barcodes on iPhone client apps, without communicating with a server
  • Complete iPhone Barcode Generator Guide provided with iPhone barcode generation demo project

iPhone Barcode Key Features

  • Royalty free with the purchase of a Developer License.

  • iPhone barcode client is included in the package for easy creating barcodes on iPhone client projects.

  • iPhone barcode generation sdk is provided for easy integration with your iPhone projects.

  • iPhone barcode generator guide is provided with iPhone barcode generation demo project.

  • Large data capability of QR code allows encoding URLs, contact information, calendar events, emails and much more information into this 2D barcode.

  • High quality barcodes images support in image formats like GIF, JPEG, BMP and PNG, which do not contain any distortion.

  • Automatic checksum digit calculations may be enabled or disabled for linear (1D) barcode symbologies.

  • Barcode orientation can be set to 0, 90, 180 or 270 degrees.

  • Flexible sizing options allow changing the X, Y dimension, wide to narrow ratio, barcode width and height, margins and the white space between the main barcode and supplement barcode in the barcode image.

  • Text display options allow the human-readable characters to be displayed or not under the linear barcodes.

  • Graphic & Font configuration options include settings for the foreground color, background color, and fonts on human-readable characters.

  • support creating barcodes on iPhone apps, like QR Code, Data Matrix, EAN barcodes, UPC barcodes, Code 39, and Code 128.


iPhone Barcode Generator SDK Download & Developer Guide

  • Since iOS SDK version is updating on frequent basis, we deliver the iPhone barcode generator SDK as source code. You can build the source code into library using the proper development environment, i.e. iOS7, iOS8.
  • We provides detailed Developer Guide for iPhone Barcode Generator SDK, including complete sample barcode generation in iPhone simulator application, SDK install and config procedures.


    iPhone Barcode Generator Quick Start

    Sample Objective-C code:
    - (void)drawRect:(CGRect)rect {
        // Drawing code
        
        OBLinear *pLinear = [OBLinear new];
        [pLinear setNBarcodeType: OB_CODE128A];
        [pLinear setPDataMsg: [[NSString alloc] initWithString: (@"AB")]];
        //[pLinear setPSupData: [[NSString alloc] initWithString: (@"14562")]];
        [pLinear setFX: USER_DEF_BAR_WIDTH];
        [pLinear setFY: USER_DEF_BAR_HEIGHT];
        
        [pLinear setFLeftMargin: (USER_DEF_LEFT_MARGIN)];
        [pLinear setFRightMargin: (USER_DEF_RIGHT_MARGIN)];
        [pLinear setFTopMargin: (USER_DEF_TOP_MARGIN)];
        [pLinear setFBottomMargin: (USER_DEF_BOTTOM_MARGIN)];
        
        [pLinear setNRotate: (OB_Rotate0)];
        
        UIFont *pTextFont = [UIFont fontWithName: @"Arial" size: 8.0f];
        [pLinear setPTextFont: pTextFont];
        
        [pLinear drawWithView: (self)];
        [pLinear release];
        
    }


    If you get problem to integrate the library into your app, our iPhone Barcode Generator FAQ may help you.

    iPhone Barcode Generator License and Price





OnBarcode is a market-leading provider of barcode imaging generator, reader controls and components for ASP.NET, Windows Forms, WPF, as well Java, Android, iOS (iPhone, iPad) across all major enterprise development platforms. We provides comprehensive tutorials and how-tos for various linear, 2d barcode information, such as C# in ASP.NET, C# .NET, C# Barcode Encoding, C# Barcode Image, VB.NET in ASP.NET, VB.NET Winforms, VB.NET Barcode Encoding. OnBarcode barcode products are supported by RasterEdge ASP.NET Document Viewer, which supports ASP.NET PDF Viewer, ASP.NET MVC Document Viewer, ASP.NET PDF Editor, MVC PDF Viewer. And provide high quality C# Convert PDF to Tiff, C# Convert PDF to Word, C# Convert PDF to HTML, C# Convert PDF to Jpeg images, and their easy and simple documents, like C# PDF SDK, C# extract text from PDF, C# Compress PDF, Print PDF in C# and C# extract image from PDF.
Terms of Use | Privacy Policy
Copyright © OnBarcode.com . All rights reserved.