In This Topic
GdPicture14 Namespace / GdPicturePDF Class / DrawBarcode1D Method

DrawBarcode1D Method (GdPicturePDF)

In This Topic
Draws a 1D (one-dimensional, or linear) barcode onto the currently selected page of the loaded PDF document.
Overload List
OverloadDescription
Draws a required 1D barcode onto the currently selected page of the loaded PDF document according to your preference.

This method uses the RGB color space for defining the barcode's desired color.

The coordinates and the dimensions of the specified barcode need to be set in the current units with respect to the currently located origin defined in the PDF document, related to the actual page, where the barcode is to be drawn. You can use the GdPicturePDF.GetMeasurementUnit method to determine the currently defined units and you can use the GdPicturePDF.SetMeasurementUnit method to reset the units according to your preference.

 
Draws a required 1D barcode onto the currently selected page of the loaded PDF document according to your preference.

This method uses the CMYK color space for defining the barcode's desired color.

The coordinates and the dimensions of the specified barcode need to be set in the current units with respect to the currently located origin defined in the PDF document, related to the actual page, where the barcode is to be drawn. You can use the GdPicturePDF.GetMeasurementUnit method to determine the currently defined units and you can use the GdPicturePDF.SetMeasurementUnit method to reset the units according to your preference.

 
Draws a required 1D barcode onto the currently selected page of the loaded PDF document according to your preference.

This method uses the RGB color space internally when manipulating with the barcode's color you have specified.

The coordinates and the dimensions of the specified barcode need to be set in the current units with respect to the currently located origin defined in the PDF document, related to the actual page, where the barcode is to be drawn. You can use the GdPicturePDF.GetMeasurementUnit method to determine the currently defined units and you can use the GdPicturePDF.SetMeasurementUnit method to reset the units according to your preference.

 
See Also