PDFReaderControls.NET Professional Type Reference

ResolveCMapEventHandler Delegate

Represents the method that handles the Font.ResolveCMap event.

public delegate void ResolveCMapEventHandler(
   ResolveCMapEventArgs e
);

Parameters

e
The resolve cmap event arguments.

Remarks

This event handler will be used in static context, so it has no sender argument.

Requirements

Namespace: TallComponents.PDF.Fonts

Assembly: TallComponents.PDF.ReaderControls (in TallComponents.PDF.ReaderControls.dll)

See Also

TallComponents.PDF.Fonts Namespace