This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IE > IExportAI Interface > IExportAI.EmbedFonts Property (ArcObjects .NET 10.5 SDK) |
The Embed Fonts option.
[Visual Basic .NET] Public Property EmbedFonts As Boolean
[C#] public bool EmbedFonts {get; set;}
[C++]
HRESULT get_EmbedFonts(
VARIANT_BOOL* EmbedFonts
);
[C++]
HRESULT put_EmbedFonts(
VARIANT_BOOL EmbedFonts
);
[C++]
Parameters EmbedFonts [out, retval] EmbedFonts is a parameter of type VARIANT_BOOL EmbedFonts [in] EmbedFonts is a parameter of type VARIANT_BOOL
At the 9.0 release, font embedding for the AI format is not yet supported. Changes to the value of this property will be ignored.