GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IAnnotationManager / SetAnnotationPropertyValue Method





In This Topic
SetAnnotationPropertyValue Method (IAnnotationManager)
In This Topic
Syntax
'Declaration
 
<DispIdAttribute(51)>
Function SetAnnotationPropertyValue( _
   ByVal AnnotationIdx As Integer, _
   ByVal Name As String, _
   ByVal Value As Object _
) As GdPictureStatus
[DispId(51)]
GdPictureStatus SetAnnotationPropertyValue( 
   int AnnotationIdx,
   string Name,
   object Value
)
function SetAnnotationPropertyValue( 
    AnnotationIdx: Integer;
    Name: String;
    Value: TObject
): GdPictureStatus; 
DispIdAttribute(51)
function SetAnnotationPropertyValue( 
   AnnotationIdx : int,
   Name : String,
   Value : Object
) : GdPictureStatus;
[DispId(51)]
GdPictureStatus SetAnnotationPropertyValue( 
   int AnnotationIdx,
   string* Name,
   Object* Value
) 
[DispId(51)]
GdPictureStatus SetAnnotationPropertyValue( 
   int AnnotationIdx,
   String^ Name,
   Object^ Value
) 

Parameters

AnnotationIdx
Name
Value
See Also

Reference

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