MLCHARGENLib Namespace > IMLCharGen Interface : AddNewTextItem Method |
Sub AddNewTextItem( _ ByRef _pTextProps As CG_TEXT_PROPS, _ ByVal _dblPosX As Double, _ ByVal _dblPosY As Double, _ ByVal _bRelativePos As Integer, _ ByVal _bShow As Integer, _ ByRef _pbsItemID As String _ )
void AddNewTextItem( ref CG_TEXT_PROPS _pTextProps, double _dblPosX, double _dblPosY, int _bRelativePos, int _bShow, out string _pbsItemID )
procedure AddNewTextItem( var _pTextProps: CG_TEXT_PROPS; _dblPosX: Double; _dblPosY: Double; _bRelativePos: Integer; _bShow: Integer; Out _pbsItemID: String );
void AddNewTextItem( ref CG_TEXT_PROPS _pTextProps, double _dblPosX, double _dblPosY, int _bRelativePos, int _bShow, [PARAMFLAG::Out] BSTR* _pbsItemID )