'Declaration
Public Overloads Function BarcodeMaxiCodeWrite( _ ByVal ImageID As Integer, _ ByVal Data As String, _ ByVal Mode As BarcodeMaxiCodeEncodingMode, _ ByVal QuietZone As Integer, _ ByVal ModuleSize As Integer, _ ByVal DstLeft As Integer, _ ByVal DstTop As Integer, _ ByVal Angle As Single, _ ByVal FillColor As Integer, _ ByVal BackColor As Integer _ ) As GdPictureStatus
public GdPictureStatus BarcodeMaxiCodeWrite( int ImageID, string Data, BarcodeMaxiCodeEncodingMode Mode, int QuietZone, int ModuleSize, int DstLeft, int DstTop, float Angle, int FillColor, int BackColor )
public function BarcodeMaxiCodeWrite( ImageID: Integer; Data: String; Mode: BarcodeMaxiCodeEncodingMode; QuietZone: Integer; ModuleSize: Integer; DstLeft: Integer; DstTop: Integer; Angle: Single; FillColor: Integer; BackColor: Integer ): GdPictureStatus;
public function BarcodeMaxiCodeWrite( ImageID : int, Data : String, Mode : BarcodeMaxiCodeEncodingMode, QuietZone : int, ModuleSize : int, DstLeft : int, DstTop : int, Angle : float, FillColor : int, BackColor : int ) : GdPictureStatus;
public: GdPictureStatus BarcodeMaxiCodeWrite( int ImageID, string* Data, BarcodeMaxiCodeEncodingMode Mode, int QuietZone, int ModuleSize, int DstLeft, int DstTop, float Angle, int FillColor, int BackColor )
public: GdPictureStatus BarcodeMaxiCodeWrite( int ImageID, String^ Data, BarcodeMaxiCodeEncodingMode Mode, int QuietZone, int ModuleSize, int DstLeft, int DstTop, float Angle, int FillColor, int BackColor )
Parameters
- ImageID
- GdPicture image identifier.
- Data
- The data of the barcode to encode.
- Mode
- A member of the BarcodeMaxiCodeEncodingMode enumeration. The mode used to encode the MaxiCode.
- QuietZone
- The number of modules considered as quiet zone around the barcode.
- ModuleSize
- The size of each module, in pixels.
- DstLeft
- The left position, in pixels, of the MaxiCode.
- DstTop
- The top position, in pixels, of the MaxiCode.
- Angle
- The MaxiCode angle.
- FillColor
- Color of the symbols. A suitable color value can be obtained by using the ARGBI() method.
- BackColor
- Color of the background. A suitable color value can be obtained by using the ARGBI() method.
Return Value
A member of the GdPictureStatus enumeration.