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

AddPushButtonFormField_2 Method (GdPicturePDF)

In This Topic
Syntax
'Declaration

 

Public Function AddPushButtonFormField_2( _

   ByVal Left As Single, _

   ByVal Top As Single, _

   ByVal Width As Single, _

   ByVal Height As Single, _

   ByVal FieldName As String, _

   ByVal Caption As String, _

   ByVal FontResName As String, _

   ByVal FontSize As Single, _

   ByVal TextCyan As Byte, _

   ByVal TextMagenta As Byte, _

   ByVal TextYellow As Byte, _

   ByVal TextBlack As Byte _

) As Integer
public int AddPushButtonFormField_2( 

   float Left,

   float Top,

   float Width,

   float Height,

   string FieldName,

   string Caption,

   string FontResName,

   float FontSize,

   byte TextCyan,

   byte TextMagenta,

   byte TextYellow,

   byte TextBlack

)
public function AddPushButtonFormField_2( 

    Left: Single;

    Top: Single;

    Width: Single;

    Height: Single;

    FieldName: String;

    Caption: String;

    FontResName: String;

    FontSize: Single;

    TextCyan: Byte;

    TextMagenta: Byte;

    TextYellow: Byte;

    TextBlack: Byte

): Integer; 
public function AddPushButtonFormField_2( 

   Left : float,

   Top : float,

   Width : float,

   Height : float,

   FieldName : String,

   Caption : String,

   FontResName : String,

   FontSize : float,

   TextCyan : byte,

   TextMagenta : byte,

   TextYellow : byte,

   TextBlack : byte

) : int;
public: int AddPushButtonFormField_2( 

   float Left,

   float Top,

   float Width,

   float Height,

   string* FieldName,

   string* Caption,

   string* FontResName,

   float FontSize,

   byte TextCyan,

   byte TextMagenta,

   byte TextYellow,

   byte TextBlack

) 
public:

int AddPushButtonFormField_2( 

   float Left,

   float Top,

   float Width,

   float Height,

   String^ FieldName,

   String^ Caption,

   String^ FontResName,

   float FontSize,

   byte TextCyan,

   byte TextMagenta,

   byte TextYellow,

   byte TextBlack

) 

Parameters

Left
Top
Width
Height
FieldName
Caption
FontResName
FontSize
TextCyan
TextMagenta
TextYellow
TextBlack
See Also

Reference

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