|
- Barcode SDK >
- iPad Barcode Generator for Generating barcodes in iPad (iOS) applications
iPad Barcode Generator SDK generate, create linear, 2d barcode images in iPad (iOS) application
Generate & Print barcode images in iPad (iOS) application
- Quickly generate 1D and 2D barcodes in iPad applications
- Source code is provided to build with iOS SDK that best fits for your application.
- Easily integrate the barcode creation features into iPad projects
- Entirely developed with Objective-C
- Compatible with Mac OS X 10.6 and greater
- Support Xcode 3.2 and higher
- Compatible with iOS 3.2 and the later versions
- Support the latest barcode symbologies ISO standard
- Create multiple barcodes on iPad apps, like QR Code, pdf417, EAN barcodes, UPC barcodes, Code 39, and Code 128
- iOS barcode source code is provided with the purchase of Unlimited Developer License
-
how to generate barcode in crystal report c#,
reportviewer barcode font,
free pdf417 generator c#,
create qr barcode c#,
codeproject vb.net barcode generator,
c# barcode code 39
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
|