This document is archived and information here might be outdated.  Recommended version.


IExportPDF.EmbedFonts Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IE > IExportPDF Interface > IExportPDF.EmbedFonts Property
ArcGIS Developer Help

IExportPDF.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(
  Boolean* EmbedFonts
);
[C++]
Parameters
EmbedFonts [in]

EmbedFonts is a parameter of type bool EmbedFonts [out, retval]
EmbedFonts is a parameter of type bool*

Product Availability

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

See Also

IExportPDF Interface