Access and automate the barcode object features.
CopyToClipboard Method
CopyToClipboard : bool
Copies the barcode in meta graphic format to the clipboard. Returns TRUE if successful.
CopyToClipboardBySize Method
CopyToClipboardBySize (Width: Integer, Height: Integer): Bool
Copies the barcode in meta graphic format to the clipboard. The size of the barcode is specified by the arguments width and height. Returns TRUE if successful.
CreatePictureBySize Method
CreatePictureBySize (Width: Integer, Height: Integer): Bool
Allows a custom sized Picture property to be handled. The size of the barcode picture is specified by the arguments width and height. Returns TRUE if successful.
SaveAs Method
SaveAs (path: WideString): Smallint
Saves the current barcode as image file (BMP, JPEG, PNG, TIFF, Targa, GIF, WMF, EMF, PBM, PGM, PPM, WBMP, XPM). The image size is the current size of the control. The image file type used is defined by the extension of the file name (e.g. BMP for a Windows Bitmap).
SaveAsBySize Method
SaveAsBySize (path: WideString, Width: Integer, Height: Integer): Smallint
Saves the current barcode as image file (BMP, JPEG, PNG, TIFF, Targa, GIF, WMF, EMF, PBM, PGM, PPM, WBMP, XPM). The image size is specified by the parameters width and height. The image file type used is defined by the extension of the file name (e.g. BMP for a Windows Bitmap).
SaveAsBySizeExtended Method
SaveAsBySizeExtended (path: WideString, Width: Integer, Height: Integer, Format: Integer, ColorDepth: Integer, Transparent: Integer, Flags: Integer, Angle: Integer, DPI: Integer): Smallint
Extended version of the SaveAsBySize Method.
SetDemoText Method
SetDemoText
Sets the property Text to a valid default value. Use this for demonstration or test purposes to get a valid code.
BinaryWriteAsPNGBySize Method
BinaryWriteAsPNGBySize (Width: Integer, Height: Integer): OleVariant
Returns the current barcode in binary PNG image format. The size is specified by Width and Height parameters. This method is only available in the Enterprise Edition.
BinaryWriteAsPNG Method
BinaryWriteAsPNG : OleVariant
Returns the current barcode in current size binary PNG image format. This method is only available in the Enterprise Edition.
AboutBox Method
AboutBox
Opens the info dialog of ActiveBarcode and shows the version and other details.
SaveAsPNG Method
SaveAsPNG (path: WideString): Smallint
Saves the current barcode as PNG image file. The image size is the current size of the control.
SaveAsPNGBySize Method
SaveAsPNGBySize (path: WideString, Width: Integer, Height: Integer): Smallint
Saves the current barcode as PNG image file. The image size is specified by the paramters width and height.