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

Generate & Print barcode images in iPad (iOS) application





iPad Barcode Generator Introduction

  • Since iOS SDK version is updating on frequent basis, we deliver the iPad barcode generator SDK as source code. You can build the source code into library using the proper development environment, i.e. iOS7, iOS8.
iPad Barcode is a barcode generator component developed for iPad application developers who need add barcode creation features into iPad platform.
  • Generate barcodes on iPad client apps, without communicating with a server
  • Barcode generation support on desktops as well as servers
  • iPad Barcode Generator Guide provided with iPad barcode generation sample




iPad Barcode Key Features

  • iOS barcode api is provided for easy integrating barcode generation features with your iPad projects.

  • QR Code compatibility allows encoding various information into this 2D barcode on iPad, like URLs, contact information, calendar events, emails and even much more.

  • iPad/iOS barcode client is provided within this package for easy generating barcodes on iPad client projects.

  • iPad barcode generating tutorial is supplied with the iPad barcode creation demo project.

  • High quality barcode images support enables this iPad barcode generator to make barcode images in GIF, JPEG, BMP and PNG without any distortion.

  • Checksum digit can be automatically computed for linear (1D) barcode symbologies with this barcode generator for iPad.

  • Selectable barcode orientation support allows barcode images being rotated to 0, 90, 180 or 270 degrees.

  • Barcode Size options allow adjusting barcode width and height, margins and the white space between the main barcode and supplement barcode.

  • Barcode properties like the X, Y dimension, wide to narrow ratio can be configured based on specific requirements.

  • Barcode Text options enable the human-readable characters to be displayed or not for the 1D barcodes.

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

  • The functionality of each barcode type control is combined in a single, small file.

  • Royalty free is available for purchasing a Developer License.




iPad Barcode Generator supporting Barcode Standards/Symbologies & Developer Guide

Objective-C Sample 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];
    
}




iPad Barcode Free Evaluation Download


Purchase iPad Barcode Licenses





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.