ClassFixedExtensibilityManager
Class
Central hook point for plugging custom font, image, and CMap providers into document processing; use to swap defaults without changing pipeline code.
Definition
Namespace:Telerik.Windows.Documents.Extensibility
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
cs-api-definition
public static class FixedExtensibilityManager
Inheritance: objectFixedExtensibilityManager
Properties
PredefinedCMapsProvider
Supplies predefined CMap data for Adobe character collections to map codes to CIDs/Unicode during PDF import and text extraction.
Declaration
cs-api-definition
public static PredefinedCMapsProviderBase PredefinedCMapsProvider { get; set; }
Property Value