NoCharacterAction

NoCharacterAction

Overview

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

Action taken when the configured font does not have a glyph for a character in the stamp text.

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

Values

ValueDescription
UseStandardFont
UseCustomReplacementFont
ReplaceAnyway
ThrowException

See Also