In This Topic
GdPicture14 Namespace / GdPicturePDF Class / DrawBarcodeMicroMicroQrCode Method

DrawBarcodeMicroMicroQrCode Method (GdPicturePDF)

In This Topic
Draws a Micro QR Code (a smaller version of standard QR Code) onto the currently selected page of the loaded PDF document.
Overload List
OverloadDescription
Draws a required Micro 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 Micro 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 Micro 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 Micro QR Code symbol.

The coordinates and the dimensions of the Micro 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 Micro 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 Micro QR Code symbol.

The coordinates and the dimensions of the Micro 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 Micro 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 Micro QR Code symbol.

The coordinates and the dimensions of the Micro 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 Micro 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 Micro QR Code symbol.

The coordinates and the dimensions of the Micro 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 Micro 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 Micro 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.

 
See Also