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

SetAnnotationPropertyValue Method (AnnotationManager)

In This Topic
Syntax
'Declaration

 

Public Function SetAnnotationPropertyValue( _

   ByVal AnnotationIdx As Integer, _

   ByVal Name As String, _

   ByVal Value As Object _

) As GdPictureStatus
public GdPictureStatus SetAnnotationPropertyValue( 

   int AnnotationIdx,

   string Name,

   object Value

)
public function SetAnnotationPropertyValue( 

    AnnotationIdx: Integer;

    Name: String;

    Value: TObject

): GdPictureStatus; 
public function SetAnnotationPropertyValue( 

   AnnotationIdx : int,

   Name : String,

   Value : Object

) : GdPictureStatus;
public: GdPictureStatus SetAnnotationPropertyValue( 

   int AnnotationIdx,

   string* Name,

   Object* Value

) 
public:

GdPictureStatus SetAnnotationPropertyValue( 

   int AnnotationIdx,

   String^ Name,

   Object^ Value

) 

Parameters

AnnotationIdx
Name
Value
See Also

Reference

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