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
- Fast create linear and 2D barcodes in iOS apps.
- Source code is provided to build with iOS SDK that best fits for your application.
- Easy to integrate the barcode generation functionality into your developmental iPhone projects
- Completely written in Objective-C
- Mac OS X 10.6 and greater are required
- Compatible with Xcode 3.2 and above
- Compatible with iOS 3.2 and above version, and works with iPhone 6,iPhone 5, iPhone 4S, iPhone 4, iPhone 3GS, etc
- All barcodes are compatible with the latest barcode symbologies ISO standard
-
qr code font excel,
generate pdf417 c#,
free barcode generator in asp net c#,
how to print barcode in crystal report using vb net,
barcode recognition vb.net,
barcode generator in excel code 128
- All the functionality of barcode type control is implemented in a single, small file
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