Aspose::Pdf::Facades::ReplaceTextStrategy::NoCharacterAction enum
NoCharacterAction enum
Action to perform if font does not contain required character.
enum class NoCharacterAction
Values
| Name | Value | Description |
|---|---|---|
| ThrowException | 0 | Throw exception. |
| UseStandardFont | 1 | Repalce font to standard font which contains required character. |
| ReplaceAnyway | 2 | Replace text anyway without font substitution. |
See Also
- Class ReplaceTextStrategy
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++