GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.AnnotationManager / GetAnnotationPropertyValue Method





In This Topic
GetAnnotationPropertyValue Method (AnnotationManager)
In This Topic
Syntax
'Declaration
 
Public Function GetAnnotationPropertyValue( _
   ByVal AnnotationIdx As Integer, _
   ByVal Name As String _
) As Object
public object GetAnnotationPropertyValue( 
   int AnnotationIdx,
   string Name
)
public function GetAnnotationPropertyValue( 
    AnnotationIdx: Integer;
    Name: String
): TObject; 
public function GetAnnotationPropertyValue( 
   AnnotationIdx : int,
   Name : String
) : Object;
public: Object* GetAnnotationPropertyValue( 
   int AnnotationIdx,
   string* Name
) 
public:
Object^ GetAnnotationPropertyValue( 
   int AnnotationIdx,
   String^ Name
) 

Parameters

AnnotationIdx
Name
See Also

Reference

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