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

AddRadioButtonFormField_2 Method (IGdPicturePDF)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(33)>

Function AddRadioButtonFormField_2( _

   ByVal Left As Single, _

   ByVal Top As Single, _

   ByVal Width As Single, _

   ByVal Height As Single, _

   ByVal GroupName As String, _

   ByVal FieldName As String, _

   ByVal Style As PdfCheckBoxStyle, _

   ByVal CheckMarkCyan As Byte, _

   ByVal CheckMarkMagenta As Byte, _

   ByVal CheckMarkYellow As Byte, _

   ByVal CheckMarkBlack As Byte _

) As Integer
[DispId(33)]

int AddRadioButtonFormField_2( 

   float Left,

   float Top,

   float Width,

   float Height,

   string GroupName,

   string FieldName,

   PdfCheckBoxStyle Style,

   byte CheckMarkCyan,

   byte CheckMarkMagenta,

   byte CheckMarkYellow,

   byte CheckMarkBlack

)
function AddRadioButtonFormField_2( 

    Left: Single;

    Top: Single;

    Width: Single;

    Height: Single;

    GroupName: String;

    FieldName: String;

    Style: PdfCheckBoxStyle;

    CheckMarkCyan: Byte;

    CheckMarkMagenta: Byte;

    CheckMarkYellow: Byte;

    CheckMarkBlack: Byte

): Integer; 
DispIdAttribute(33)

function AddRadioButtonFormField_2( 

   Left : float,

   Top : float,

   Width : float,

   Height : float,

   GroupName : String,

   FieldName : String,

   Style : PdfCheckBoxStyle,

   CheckMarkCyan : byte,

   CheckMarkMagenta : byte,

   CheckMarkYellow : byte,

   CheckMarkBlack : byte

) : int;
[DispId(33)]

int AddRadioButtonFormField_2( 

   float Left,

   float Top,

   float Width,

   float Height,

   string* GroupName,

   string* FieldName,

   PdfCheckBoxStyle Style,

   byte CheckMarkCyan,

   byte CheckMarkMagenta,

   byte CheckMarkYellow,

   byte CheckMarkBlack

) 
[DispId(33)]

int AddRadioButtonFormField_2( 

   float Left,

   float Top,

   float Width,

   float Height,

   String^ GroupName,

   String^ FieldName,

   PdfCheckBoxStyle Style,

   byte CheckMarkCyan,

   byte CheckMarkMagenta,

   byte CheckMarkYellow,

   byte CheckMarkBlack

) 

Parameters

Left
Top
Width
Height
GroupName
FieldName
Style
CheckMarkCyan
CheckMarkMagenta
CheckMarkYellow
CheckMarkBlack
See Also

Reference

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