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

GetAnnotationRect Method (GdPicturePDF)

In This Topic
Syntax
'Declaration

 

Public Function GetAnnotationRect( _

   ByVal AnnotationIdx As Integer, _

   ByRef Left As Single, _

   ByRef Top As Single, _

   ByRef Width As Single, _

   ByRef Height As Single _

) As GdPictureStatus
public GdPictureStatus GetAnnotationRect( 

   int AnnotationIdx,

   ref float Left,

   ref float Top,

   ref float Width,

   ref float Height

)
public function GetAnnotationRect( 

    AnnotationIdx: Integer;

   var  Left: Single;

   var  Top: Single;

   var  Width: Single;

   var  Height: Single

): GdPictureStatus; 
public function GetAnnotationRect( 

   AnnotationIdx : int,

   Left : float,

   Top : float,

   Width : float,

   Height : float

) : GdPictureStatus;
public: GdPictureStatus GetAnnotationRect( 

   int AnnotationIdx,

   ref float Left,

   ref float Top,

   ref float Width,

   ref float Height

) 
public:

GdPictureStatus GetAnnotationRect( 

   int AnnotationIdx,

   float% Left,

   float% Top,

   float% Width,

   float% Height

) 

Parameters

AnnotationIdx
Left
Top
Width
Height
See Also

Reference

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