Print Page | Close Window

barcode datamatrix rotate clockwise anti-clockwise

Printed From: Debenu Quick PDF Library - PDF SDK Community Forum
Category: For Users of the Library
Forum Name: I need help - I can help
Forum Description: Problems and solutions while programming with the Debenu Quick PDF Library and Debenu PDF Viewer SDK
URL: http://www.quickpdf.org/forum/forum_posts.asp?TID=1720
Printed Date: 24 May 24 at 7:56PM
Software Version: Web Wiz Forums 11.01 - http://www.webwizforums.com


Topic: barcode datamatrix rotate clockwise anti-clockwise
Posted By: bvtd092
Subject: barcode datamatrix rotate clockwise anti-clockwise
Date Posted: 26 Jan 11 at 8:15AM

Hello,

Within the function DrawBarcode there is a possibility rotating the barcode by appending the following to the barcode string: /RC = Rotate clockwise /RA = Rotate anti-clockwise /RU = Rotate 180 degrees
// Draw three different barcodes

// Barcode not rotated
        QP.DrawBarcode(25, 25, 150, 100, "MyBarcode256", 1, 0);
// Rotate the barcode clockwise
        QP.DrawBarcode(225, 50, 100, 600, "MyBarcode257/RC", 1, 0);
// Barcode not rotated
        QP.DrawBarcode(350, 50, 200, 150, "MyBarcode258", 3, 0);

// Save the new file to the output folder

    QP.SaveToFile("Barcodes.pdf");

For datamatrix barcodes there is a function called DrawDataMatrixSymbol. Unfortunately there is no functionality added rotating the barcode.

Function QuickPDF0723.PDFLibrary::DrawDataMatrixSymbol(Left As Double, Top As Double, ModuleSize As Double, Text As String, Encoding As Long, SymbolSize As Long, Options As Long) As Long

Is there a possibility rotating a datamatrix barcode?

Regards,




Print Page | Close Window

Forum Software by Web Wiz Forums® version 11.01 - http://www.webwizforums.com
Copyright ©2001-2014 Web Wiz Ltd. - http://www.webwiz.co.uk