This document is archived and information here might be outdated. Recommended version. |
The Default Font Mapping string.
[Visual Basic .NET]
Public Property DefaultMapping As String
[C#]
public string DefaultMapping {get; set;}
[C++]
HRESULT get_DefaultMapping(
BSTR DefaultMapping
);
[C++]
HRESULT put_DefaultMapping(
System.String* DefaultMapping
);
[C++] Parameters DefaultMapping [in]
DefaultMapping is a parameter of type BSTR DefaultMapping [out, retval]
DefaultMapping is a parameter of type BSTR*