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


IPDFDriver.FontMapCollection Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IP > IPDFDriver Interface > IPDFDriver.FontMapCollection Property
ArcGIS Developer Help

IPDFDriver.FontMapCollection Property

The Font Map Collection for Font Mapping.

[Visual Basic .NET]
Public Property FontMapCollection As IFontMapCollection
[C#]
public IFontMapCollection FontMapCollection {get; set;}
[C++]
HRESULT get_FontMapCollection(
  IFontMapCollection** FontMapCollection
);
[C++]
HRESULT putref_FontMapCollection(
  IFontMapCollection* FontMapCollection
);
[C++]
Parameters
FontMapCollection [out, retval]

FontMapCollection is a parameter of type IFontMapCollection** FontMapCollection [in]
FontMapCollection is a parameter of type IFontMapCollection*

Product Availability

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

See Also

IPDFDriver Interface