'Declaration
Public Function DrawBarcodeAztec( _ ByVal Data As String, _ ByVal Version As BarcodeAztecCodeVersion, _ ByVal EccPercent As Integer, _ ByVal QuietZone As Integer, _ ByVal ModuleSize As Integer, _ ByVal DstX As Single, _ ByVal DstY As Single, _ ByVal Red As Byte, _ ByVal Green As Byte, _ ByVal Blue As Byte _ ) As GdPictureStatus
public GdPictureStatus DrawBarcodeAztec( string Data, BarcodeAztecCodeVersion Version, int EccPercent, int QuietZone, int ModuleSize, float DstX, float DstY, byte Red, byte Green, byte Blue )
public function DrawBarcodeAztec( Data: String; Version: BarcodeAztecCodeVersion; EccPercent: Integer; QuietZone: Integer; ModuleSize: Integer; DstX: Single; DstY: Single; Red: Byte; Green: Byte; Blue: Byte ): GdPictureStatus;
public function DrawBarcodeAztec( Data : String, Version : BarcodeAztecCodeVersion, EccPercent : int, QuietZone : int, ModuleSize : int, DstX : float, DstY : float, Red : byte, Green : byte, Blue : byte ) : GdPictureStatus;
public: GdPictureStatus DrawBarcodeAztec( string* Data, BarcodeAztecCodeVersion Version, int EccPercent, int QuietZone, int ModuleSize, float DstX, float DstY, byte Red, byte Green, byte Blue )
public: GdPictureStatus DrawBarcodeAztec( String^ Data, BarcodeAztecCodeVersion Version, int EccPercent, int QuietZone, int ModuleSize, float DstX, float DstY, byte Red, byte Green, byte Blue )
Parameters
- Data
- Version
- EccPercent
- QuietZone
- ModuleSize
- DstX
- DstY
- Red
- Green
- Blue