- Home
- Products
- Integration
- Tutorial
- Barcode FAQ
- Purchase
- Company
Mac Barcode Generator |
|
Mac Barcode is an Mac barcode generator library which generates high quality 1D and 2D barcodes on Mac platforms.
Mac Barcode Introduction
Mac Barcode Key Features
Mac 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]; }
Mac Barcode Free Evaluation Download Purchase Mac Barcode Licenses |