PDFReaderControls.NET Professional Type Reference

Font.ResolveCMap Event

Fired when a CMap need to be resolved.

public static event ResolveCMapEventHandler ResolveCMap;

Event Data

The event handler receives an argument of type ResolveCMapEventArgs containing data related to this event. The following ResolveCMapEventArgs properties provide information specific to this event.

Property Description
CMap The resolved CMap, or null if the CMap cannot be resolved.
Name The CMap name that needs to be resolved.

See Also

Font Class | TallComponents.PDF.Fonts Namespace