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

DrawWrappedText Method (GdPicturePDF)

In This Topic
Syntax
'Declaration

 

Public Function DrawWrappedText( _

   ByVal FontResName As String, _

   ByVal Left As Single, _

   ByVal Top As Single, _

   ByVal Right As Single, _

   ByVal Bottom As Single, _

   ByVal HorizontalAlignment As TextAlignment, _

   ByVal Text As String, _

   ByVal UseFontBBox As Boolean, _

   ByRef StartPos As Integer _

) As GdPictureStatus
public GdPictureStatus DrawWrappedText( 

   string FontResName,

   float Left,

   float Top,

   float Right,

   float Bottom,

   TextAlignment HorizontalAlignment,

   string Text,

   bool UseFontBBox,

   ref int StartPos

)
public function DrawWrappedText( 

    FontResName: String;

    Left: Single;

    Top: Single;

    Right: Single;

    Bottom: Single;

    HorizontalAlignment: TextAlignment;

    Text: String;

    UseFontBBox: Boolean;

   var  StartPos: Integer

): GdPictureStatus; 
public function DrawWrappedText( 

   FontResName : String,

   Left : float,

   Top : float,

   Right : float,

   Bottom : float,

   HorizontalAlignment : TextAlignment,

   Text : String,

   UseFontBBox : boolean,

   StartPos : int

) : GdPictureStatus;
public: GdPictureStatus DrawWrappedText( 

   string* FontResName,

   float Left,

   float Top,

   float Right,

   float Bottom,

   TextAlignment HorizontalAlignment,

   string* Text,

   bool UseFontBBox,

   ref int StartPos

) 
public:

GdPictureStatus DrawWrappedText( 

   String^ FontResName,

   float Left,

   float Top,

   float Right,

   float Bottom,

   TextAlignment HorizontalAlignment,

   String^ Text,

   bool UseFontBBox,

   int% StartPos

) 

Parameters

FontResName
Left
Top
Right
Bottom
HorizontalAlignment
Text
UseFontBBox
StartPos
See Also

Reference

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