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

SetTagAttribute_3 Method (GdPicturePDF)

In This Topic
Syntax
'Declaration

 

Public Function SetTagAttribute_3( _

   ByVal TagID As Integer, _

   ByVal Key As String, _

   ByVal Value As Double _

) As GdPictureStatus
public GdPictureStatus SetTagAttribute_3( 

   int TagID,

   string Key,

   double Value

)
public function SetTagAttribute_3( 

    TagID: Integer;

    Key: String;

    Value: Double

): GdPictureStatus; 
public function SetTagAttribute_3( 

   TagID : int,

   Key : String,

   Value : double

) : GdPictureStatus;
public: GdPictureStatus SetTagAttribute_3( 

   int TagID,

   string* Key,

   double Value

) 
public:

GdPictureStatus SetTagAttribute_3( 

   int TagID,

   String^ Key,

   double Value

) 

Parameters

TagID
Key
Value
See Also

Reference

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