Enum TextStamp.NoCharacterAction

TextStamp.NoCharacterAction enumeration

Action to perform if font does not contain required character.

public enum NoCharacterAction

Values

NameValueDescription
ThrowException0If the font does not contain all the characters of the string, an exception is thrown.
UseStandardFont1Repalce font to standard font which contains required character.
ReplaceAnyway2Replace text anyway without font substitution.
UseCustomReplacementFont3Repalce font to defined replacement font.

See Also