ArcObjects Library Reference (Output)  

IExportSVG.EmbedFonts Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IExportSVG Interface