IFontTransformationLoadOptions

IFontTransformationLoadOptions interface

Options for loading documents with font transformations. Font transformations occur after document loading and font substitution are complete.

public interface IFontTransformationLoadOptions

Properties

Name Description
FontTransformations { get; set; } Transform existing fonts after document loading and font substitution. Transformations are applied in the order they appear in the list. Use this for styling, branding, or accessibility font changes.

See Also