Home|Download|Buy online|Affiliates|Search|Feedback|Site Map|ReviewsUse our online RSS & XML news feeds to get the latest news about our products delivered to your desktop... RSS feed    04.02.2012
Home»UPC-A barcode»SDK
Find out more how to use BestView...
A short description

Short description

The class in the upc_a.h header file is declared as follow:

        
        
#include <windows.h>
#include <tchar.h>
		
    namespace  UPC_A
        {
        
    class UPC_A
        {
        public:
            UPC_A();
            
// Main functions void SetXResolution(int); void SetYResolution(int); BOOL SetNumber(LPCTSTR,LPCTSTR); void DrawBarCode(HDC,int,int);
// Helper functions void SetZoomFactor(double); double GetZoomFactor();
void SetLeadInAndLeadOutFlag(BOOL); BOOL GetLeadInAndLeadOutFlag();
void SetEdgeFlag(BOOL); BOOL GetEdgeFlag();
void SetDrawTextFlag(BOOL); BOOL GetDrawTextFlag();
void SetBackgroundFlag(BOOL); BOOL GetBackgroundFlag();
void SetForegroundColor(COLORREF); COLORREF GetForegroundColor();
void SetBackgroundColor(COLORREF); COLORREF GetBackgroundColor();
void SetExactSymbolHeight(double); double GetExactSymbolHeight(); }; } // end namespace UPC_A
Valid HTML 4.01 Transitional© PVL team, 2004-2012, all rights reserved. This Web site and its entire contents are for personal use only and may not be copied, reproduced, modified, published or distributed in any way,without PVL team's prior written permission.