In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF / DrawBarcodeAztec_2 Method

DrawBarcodeAztec_2 Method (GdPicturePDF)

In This Topic
Syntax
'Declaration

 

Public Function DrawBarcodeAztec_2( _

   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 Cyan As Byte, _

   ByVal Magenta As Byte, _

   ByVal Yellow As Byte, _

   ByVal Black As Byte _

) As GdPictureStatus
public GdPictureStatus DrawBarcodeAztec_2( 

   string Data,

   BarcodeAztecCodeVersion Version,

   int EccPercent,

   int QuietZone,

   int ModuleSize,

   float DstX,

   float DstY,

   byte Cyan,

   byte Magenta,

   byte Yellow,

   byte Black

)
public function DrawBarcodeAztec_2( 

    Data: String;

    Version: BarcodeAztecCodeVersion;

    EccPercent: Integer;

    QuietZone: Integer;

    ModuleSize: Integer;

    DstX: Single;

    DstY: Single;

    Cyan: Byte;

    Magenta: Byte;

    Yellow: Byte;

    Black: Byte

): GdPictureStatus; 
public function DrawBarcodeAztec_2( 

   Data : String,

   Version : BarcodeAztecCodeVersion,

   EccPercent : int,

   QuietZone : int,

   ModuleSize : int,

   DstX : float,

   DstY : float,

   Cyan : byte,

   Magenta : byte,

   Yellow : byte,

   Black : byte

) : GdPictureStatus;
public: GdPictureStatus DrawBarcodeAztec_2( 

   string* Data,

   BarcodeAztecCodeVersion Version,

   int EccPercent,

   int QuietZone,

   int ModuleSize,

   float DstX,

   float DstY,

   byte Cyan,

   byte Magenta,

   byte Yellow,

   byte Black

) 
public:

GdPictureStatus DrawBarcodeAztec_2( 

   String^ Data,

   BarcodeAztecCodeVersion Version,

   int EccPercent,

   int QuietZone,

   int ModuleSize,

   float DstX,

   float DstY,

   byte Cyan,

   byte Magenta,

   byte Yellow,

   byte Black

) 

Parameters

Data
Version
EccPercent
QuietZone
ModuleSize
DstX
DstY
Cyan
Magenta
Yellow
Black
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF
GdPicturePDF Members