'Declaration
Public Function AddFreeTextAnnotation( _
ByVal As Single, _
ByVal As Single, _
ByVal As Single, _
ByVal As Single, _
ByVal As Boolean, _
ByVal As String, _
ByVal As String, _
ByVal As String, _
ByVal As String, _
ByVal As Single, _
ByVal As Byte, _
ByVal As Byte, _
ByVal As Byte, _
ByVal As Byte, _
ByVal As Byte, _
ByVal As Byte, _
ByVal As Single _
) As Integer
public int AddFreeTextAnnotation(
float ,
float ,
float ,
float ,
bool ,
string ,
string ,
string ,
string ,
float ,
byte ,
byte ,
byte ,
byte ,
byte ,
byte ,
float
)
public function AddFreeTextAnnotation(
: Single;
: Single;
: Single;
: Single;
: Boolean;
: String;
: String;
: String;
: String;
: Single;
: Byte;
: Byte;
: Byte;
: Byte;
: Byte;
: Byte;
: Single
): Integer;
public function AddFreeTextAnnotation(
: float,
: float,
: float,
: float,
: boolean,
: String,
: String,
: String,
: String,
: float,
: byte,
: byte,
: byte,
: byte,
: byte,
: byte,
: float
) : int;
public: int AddFreeTextAnnotation(
float ,
float ,
float ,
float ,
bool ,
string* ,
string* ,
string* ,
string* ,
float ,
byte ,
byte ,
byte ,
byte ,
byte ,
byte ,
float
)
public:
int AddFreeTextAnnotation(
float ,
float ,
float ,
float ,
bool ,
String^ ,
String^ ,
String^ ,
String^ ,
float ,
byte ,
byte ,
byte ,
byte ,
byte ,
byte ,
float
)