AddComboFormField(Single,Single,Single,Single,String,String,Single,Byte,Byte,Byte,Boolean) Method
In This Topic
Syntax
'Declaration
Public Function AddComboFormField( _
ByVal As Single, _
ByVal As Single, _
ByVal As Single, _
ByVal As Single, _
ByVal As String, _
ByVal As String, _
ByVal As Single, _
ByVal As Byte, _
ByVal As Byte, _
ByVal As Byte, _
ByVal As Boolean _
) As Integer
public int AddComboFormField(
float ,
float ,
float ,
float ,
string ,
string ,
float ,
byte ,
byte ,
byte ,
bool
)
public function AddComboFormField(
: Single;
: Single;
: Single;
: Single;
: String;
: String;
: Single;
: Byte;
: Byte;
: Byte;
: Boolean
): Integer;
public function AddComboFormField(
: float,
: float,
: float,
: float,
: String,
: String,
: float,
: byte,
: byte,
: byte,
: boolean
) : int;
public: int AddComboFormField(
float ,
float ,
float ,
float ,
string* ,
string* ,
float ,
byte ,
byte ,
byte ,
bool
)
public:
int AddComboFormField(
float ,
float ,
float ,
float ,
String^ ,
String^ ,
float ,
byte ,
byte ,
byte ,
bool
)
Parameters
- Left
- Top
- Width
- Height
- FieldName
- FontResName
- FontSize
- TextRed
- TextGreen
- TextBlue
- Sorted
See Also
Reference
GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF
GdPicturePDF Members