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

  • 100% written in Objective-C for Mac platform

  • Developer Licenses for this library are royalty-free and perpetual

  • Create GIF & JPEG files images with the class library

  • Product Source code provided with the purchase of the Unlimited Developer License with Source Code





Mac Barcode Key Features

  • Royalty free with the purchase of a Developer License

  • High quality images with GIF, JPEG, and PNG support are generated that do not contain any distortion.

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

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

  • Flexible sizing options allow changes to 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.

  • Graphic & Font configuration options include settings of the foreground and background colors and fonts for human-readable characters.





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





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.