Class TAsBarcode
Unit
AsBarcode
Declaration
type TAsBarcode = class(TComponent)
Description
TAsBarcode draw barcode graphics to any canvas
Hierarchy
Overview
Methods
|
constructor Create(Owner: TComponent); override; |
|
destructor Destroy; override; |
|
procedure Assign(Source: TPersistent); override; |
|
procedure DrawBarcode(Canvas: TCanvas); |
Properties
|
property BarCode: string read FBarCode write FBarCode; |
|
property BarCodeType: TBarcodeType read FBarCodeType write FBarCodeType default bcCode_2_5_interleaved; |
|
property UseCheckSum: boolean read FUseCheckSum write FUseCheckSum default true; |
|
property Top: integer read FTop write FTop; |
|
property Left: integer read FLeft write FLeft; |
|
property Height: integer read FHeight write FHeight; |
|
property Width: integer read GetWidth write SetWidth stored FALSE; |
|
property Modul: integer read FModul write SetModul; |
|
property Ratio: double read FRatio write FRatio; |
|
property ShowText: boolean read FShowText write FShowText default true; |
|
property ShowTextFont: TFont read FShowTextFont write SetShowTextFont; |
|
property ShowTextPosition: TShowTextPosition read FShowTextPosition write FShowTextPosition default stpTopLeft; |
|
property AutoFontSize: boolean read FAutoFontSize write FAutoFontSize; |
|
property Color: TColor read FColor write FColor default clWhite; |
|
property ColorBar: TColor read FColorBar write FColorBar default clBlack; |
Description
Methods
|
constructor Create(Owner: TComponent); override; |
|
|
destructor Destroy; override; |
|
|
procedure Assign(Source: TPersistent); override; |
|
|
procedure DrawBarcode(Canvas: TCanvas); |
|
Properties
|
property BarCode: string read FBarCode write FBarCode; |
|
|
property UseCheckSum: boolean read FUseCheckSum write FUseCheckSum default true; |
|
|
property Top: integer read FTop write FTop; |
|
|
property Left: integer read FLeft write FLeft; |
|
|
property Height: integer read FHeight write FHeight; |
|
|
property Width: integer read GetWidth write SetWidth stored FALSE; |
|
|
property Modul: integer read FModul write SetModul; |
Width of the smallest line in a Barcode
|
|
property Ratio: double read FRatio write FRatio; |
|
|
property ShowText: boolean read FShowText write FShowText default true; |
|
|
property ShowTextFont: TFont read FShowTextFont write SetShowTextFont; |
|
|
property AutoFontSize: boolean read FAutoFontSize write FAutoFontSize; |
|
|
property Color: TColor read FColor write FColor default clWhite; |
|
|
property ColorBar: TColor read FColorBar write FColorBar default clBlack; |
|
Generated by PasDoc 0.15.0.
|