Enum TextStamp.NoCharacterAction
TextStamp.NoCharacterAction enumeration
Action to perform if font does not contain required character.
public enum NoCharacterAction
Values
Name | Value | Description |
---|---|---|
ThrowException | 0 | If the font does not contain all the characters of the string, an exception is thrown. |
UseStandardFont | 1 | Repalce font to standard font which contains required character. |
ReplaceAnyway | 2 | Replace text anyway without font substitution. |
UseCustomReplacementFont | 3 | Repalce font to defined replacement font. |
See Also
- class TextStamp
- namespace Aspose.Pdf
- assembly Aspose.PDF