This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IF > IFontMapEnvironment Interface > IFontMapEnvironment.SaveMappings Property (ArcObjects .NET 10.5 SDK) |
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(
VARIANT_BOOL SaveMappings
);
[C++]
Parameters SaveMappings [out, retval] SaveMappings is a parameter of type VARIANT_BOOL SaveMappings [in] SaveMappings is a parameter of type VARIANT_BOOL