NoCharacterAction

NoCharacterAction

Overview

NoCharacterAction is a enum in Aspose.PDF FOSS for .NET.

What to do when the replacement font lacks a glyph for a character.

This enumeration defines 4 values: UseStandardFont, ReplaceFromOtherFonts, ReplaceAnyway, ThrowException.

Values

ValueDescription
UseStandardFont
ReplaceFromOtherFonts
ReplaceAnyway
ThrowException

See Also