MLCHARGENLib Namespace > IMLCharGen Interface : TextGetProps Method |
Sub TextGetProps( _ ByVal _bsItemID As String, _ ByRef _pTextProps As CG_TEXT_PROPS _ )
void TextGetProps( string _bsItemID, out CG_TEXT_PROPS _pTextProps )
procedure TextGetProps( _bsItemID: String; Out _pTextProps: CG_TEXT_PROPS );
void TextGetProps( BSTR* _bsItemID, [PARAMFLAG::Out] CG_TEXT_PROPS _pTextProps )