![]() |
Draws a 1D barcode on a GdPicture image.
public GdPictureStatus Barcode1DWrite( int ImageID, Barcode1DWriterType BarcodeType, String Data, int DstLeft, int DstTop, int DstWidth, int DstHeight, Color FillColor );
Public Function Barcode1DWrite( ByVal ImageID As Integer, ByVal BarcodeType As Barcode1DWriterType, ByVal Data As String, ByVal DstLeft As Integer, ByVal DstTop As Integer, ByVal DstWidth As Integer, ByVal DstHeight As Integer, ByVal FillColor As Color ) As GdPictureStatus
|
Parameters |
Description |
|
ImageID |
GdPicture Image Identifier. |
|
BarcodeType |
A member of the Barcode1DWriterType enumeration. |
|
Data |
The data of the barcode to encode. |
|
DstLeft |
Left pixel destination of to top-left corner of bounding box the barcode. |
|
DstTop |
Top pixel destination of to top-left corner of bounding box of the barcode. |
|
DstWidth |
Width of the bounding box of the barcode. |
|
DstHeight |
Height of the bounding box of the barcode. |
|
FillColor |
Color Object. You can build a Color Object using the ARGB() function. Color used to draw the barcode. |
A member of the GdPictureStatus enumeration.
To use this function, you have to add a reference to the GdPicture.NET.Barcode.1D.Writer.dll assembly:
|
What do you think about this topic? Send feedback!
|
|
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.
|