Class FixedExtensibilityManager
Central hook point for plugging custom font, image, and CMap providers into document processing; use to swap defaults without changing pipeline code.
Inheritance
System.Object
FixedExtensibilityManager
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Extensibility
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public static class FixedExtensibilityManager
Properties
PredefinedCMapsProvider
Supplies predefined CMap data for Adobe character collections to map codes to CIDs/Unicode during PDF import and text extraction.
Declaration
public static PredefinedCMapsProviderBase PredefinedCMapsProvider { get; set; }
Property Value
|
PredefinedCMapsProviderBase
|