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

SetFormFieldBorderColor_2 Method (IGdPicturePDF)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(487)>

Function SetFormFieldBorderColor_2( _

   ByVal FieldId As Integer, _

   ByVal Cyan As Byte, _

   ByVal Magenta As Byte, _

   ByVal Yellow As Byte, _

   ByVal Black As Byte _

) As GdPictureStatus
[DispId(487)]

GdPictureStatus SetFormFieldBorderColor_2( 

   int FieldId,

   byte Cyan,

   byte Magenta,

   byte Yellow,

   byte Black

)
function SetFormFieldBorderColor_2( 

    FieldId: Integer;

    Cyan: Byte;

    Magenta: Byte;

    Yellow: Byte;

    Black: Byte

): GdPictureStatus; 
DispIdAttribute(487)

function SetFormFieldBorderColor_2( 

   FieldId : int,

   Cyan : byte,

   Magenta : byte,

   Yellow : byte,

   Black : byte

) : GdPictureStatus;
[DispId(487)]

GdPictureStatus SetFormFieldBorderColor_2( 

   int FieldId,

   byte Cyan,

   byte Magenta,

   byte Yellow,

   byte Black

) 
[DispId(487)]

GdPictureStatus SetFormFieldBorderColor_2( 

   int FieldId,

   byte Cyan,

   byte Magenta,

   byte Yellow,

   byte Black

) 

Parameters

FieldId
Cyan
Magenta
Yellow
Black
See Also

Reference

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