In This Topic
GdPicture14 Namespace / GdPicturePDF Class / DrawBarcodeQrCode Method

DrawBarcodeQrCode Method (GdPicturePDF)

In This Topic
Draws a QR code (the trademark for a type of matrix barcode or two-dimensional barcode) onto the currently selected page of the loaded PDF document.
Overload List
OverloadDescription
Draws a required QR Code 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 symbol's fill color you have specified.

The coordinates and the dimensions of the QR Code symbol 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 symbol 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 QR Code onto the currently selected page of the loaded PDF document according to your preference.

This method uses the RGB color space for specifying the desired color of the QR Code symbol.

The coordinates and the dimensions of the QR Code symbol 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 symbol 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 QR Code onto the currently selected page of the loaded PDF document according to your preference.

This method uses the CMYK color space for specifying the desired color of the QR Code symbol.

The coordinates and the dimensions of the code symbol 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 symbol 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 QR Code onto the currently selected page of the loaded PDF document according to your preference.

This method uses the RGB color space for specifying the desired colors (both fill and background) of the QR Code symbol.

The coordinates and the dimensions of the code symbol 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 symbol 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 QR Code onto the currently selected page of the loaded PDF document according to your preference.

This method uses the CMYK color space for specifying the desired colors (both fill and background) of the QR Code symbol.

The coordinates and the dimensions of the code symbol 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 symbol 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 QR Code 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 symbol's fill and background colors you have specified.

The coordinates and the dimensions of the code symbol 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 symbol 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