GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF / AddFreeTextAnnotation Method





In This Topic
AddFreeTextAnnotation Method (GdPicturePDF)
In This Topic
Syntax
'Declaration
 
Public Function AddFreeTextAnnotation( _
   ByVal Left As Single, _
   ByVal Top As Single, _
   ByVal Width As Single, _
   ByVal Height As Single, _
   ByVal Borders As Boolean, _
   ByVal Title As String, _
   ByVal Subject As String, _
   ByVal Contents As String, _
   ByVal FontResName As String, _
   ByVal FontSize As Single, _
   ByVal FontColorRed As Byte, _
   ByVal FontColorGreen As Byte, _
   ByVal FontColorBlue As Byte, _
   ByVal FillColorRed As Byte, _
   ByVal FillColorGreen As Byte, _
   ByVal FillColorBlue As Byte, _
   ByVal Opacity As Single _
) As Integer
public int AddFreeTextAnnotation( 
   float Left,
   float Top,
   float Width,
   float Height,
   bool Borders,
   string Title,
   string Subject,
   string Contents,
   string FontResName,
   float FontSize,
   byte FontColorRed,
   byte FontColorGreen,
   byte FontColorBlue,
   byte FillColorRed,
   byte FillColorGreen,
   byte FillColorBlue,
   float Opacity
)
public function AddFreeTextAnnotation( 
    Left: Single;
    Top: Single;
    Width: Single;
    Height: Single;
    Borders: Boolean;
    Title: String;
    Subject: String;
    Contents: String;
    FontResName: String;
    FontSize: Single;
    FontColorRed: Byte;
    FontColorGreen: Byte;
    FontColorBlue: Byte;
    FillColorRed: Byte;
    FillColorGreen: Byte;
    FillColorBlue: Byte;
    Opacity: Single
): Integer; 
public function AddFreeTextAnnotation( 
   Left : float,
   Top : float,
   Width : float,
   Height : float,
   Borders : boolean,
   Title : String,
   Subject : String,
   Contents : String,
   FontResName : String,
   FontSize : float,
   FontColorRed : byte,
   FontColorGreen : byte,
   FontColorBlue : byte,
   FillColorRed : byte,
   FillColorGreen : byte,
   FillColorBlue : byte,
   Opacity : float
) : int;
public: int AddFreeTextAnnotation( 
   float Left,
   float Top,
   float Width,
   float Height,
   bool Borders,
   string* Title,
   string* Subject,
   string* Contents,
   string* FontResName,
   float FontSize,
   byte FontColorRed,
   byte FontColorGreen,
   byte FontColorBlue,
   byte FillColorRed,
   byte FillColorGreen,
   byte FillColorBlue,
   float Opacity
) 
public:
int AddFreeTextAnnotation( 
   float Left,
   float Top,
   float Width,
   float Height,
   bool Borders,
   String^ Title,
   String^ Subject,
   String^ Contents,
   String^ FontResName,
   float FontSize,
   byte FontColorRed,
   byte FontColorGreen,
   byte FontColorBlue,
   byte FillColorRed,
   byte FillColorGreen,
   byte FillColorBlue,
   float Opacity
) 

Parameters

Left
Top
Width
Height
Borders
Title
Subject
Contents
FontResName
FontSize
FontColorRed
FontColorGreen
FontColorBlue
FillColorRed
FillColorGreen
FillColorBlue
Opacity
See Also

Reference

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