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

SetLineColor_2 Method (GdPicturePDF)

In This Topic
Syntax
'Declaration

 

Public Function SetLineColor_2( _

   ByVal Cyan As Byte, _

   ByVal Magenta As Byte, _

   ByVal Yellow As Byte, _

   ByVal Black As Byte _

) As GdPictureStatus
public GdPictureStatus SetLineColor_2( 

   byte Cyan,

   byte Magenta,

   byte Yellow,

   byte Black

)
public function SetLineColor_2( 

    Cyan: Byte;

    Magenta: Byte;

    Yellow: Byte;

    Black: Byte

): GdPictureStatus; 
public function SetLineColor_2( 

   Cyan : byte,

   Magenta : byte,

   Yellow : byte,

   Black : byte

) : GdPictureStatus;
public: GdPictureStatus SetLineColor_2( 

   byte Cyan,

   byte Magenta,

   byte Yellow,

   byte Black

) 
public:

GdPictureStatus SetLineColor_2( 

   byte Cyan,

   byte Magenta,

   byte Yellow,

   byte Black

) 

Parameters

Cyan
Magenta
Yellow
Black
See Also

Reference

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