This document is archived and information here might be outdated. Recommended version. |
Indicates whether to save font mappings.
[Visual Basic .NET]
Public Property SaveMappings As Boolean
[C#]
public bool SaveMappings {get; set;}
[C++]
HRESULT get_SaveMappings(
VARIANT_BOOL SaveMappings
);
[C++]
HRESULT put_SaveMappings(
Boolean* SaveMappings
);
[C++] Parameters SaveMappings [in]
SaveMappings is a parameter of type bool SaveMappings [out, retval]
SaveMappings is a parameter of type bool*