GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF / SetTagAttribute_4 Method





In This Topic
SetTagAttribute_4 Method (GdPicturePDF)
In This Topic
Syntax
'Declaration
 
Public Function SetTagAttribute_4( _
   ByVal TagID As Integer, _
   ByVal Key As String, _
   ByRef Value() As Double _
) As GdPictureStatus
public GdPictureStatus SetTagAttribute_4( 
   int TagID,
   string Key,
   ref double[] Value
)
public function SetTagAttribute_4( 
    TagID: Integer;
    Key: String;
   var  Value: Doublearray of
): GdPictureStatus; 
public function SetTagAttribute_4( 
   TagID : int,
   Key : String,
   Value : double[]
) : GdPictureStatus;
public: GdPictureStatus SetTagAttribute_4( 
   int TagID,
   string* Key,
   ref double[]* Value
) 
public:
GdPictureStatus SetTagAttribute_4( 
   int TagID,
   String^ Key,
   array<double>^% Value
) 

Parameters

TagID
Key
Value
See Also

Reference

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