API Reference
Enum
PdfTextFallbackFeatures
Built-in generated-text fallback groups that OfficeIMO can enable for PDF output.
Inheritance
- Enum
- PdfTextFallbackFeatures
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Accepted by parameters
- Method PdfDocument.UseTextFallbacks
- Method PdfOptions.ConfigureFacturXGroundwork
- Method PdfOptions.UseFacturX
- Method PdfOptions.UseFacturXFile
- Method PdfOptions.UseTextFallbacks
- Method PdfPageCompose.UseTextFallbacks
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
ToString 4 overloads
public override sealed String ToString(IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString() instead.")Parameters
- provider IFormatProvider
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
- provider IFormatProvider
Values
public const PdfTextFallbackFeatures None #No built-in generated-text fallback groups are enabled.
Value:
0public const PdfTextFallbackFeatures DocumentFont #Try the shared sans-serif document font fallback for generated body, header, and footer text.
Value:
1public const PdfTextFallbackFeatures MonospaceFont #Try the shared monospace fallback for generated code and preformatted text.
Value:
2public const PdfTextFallbackFeatures SymbolAndEmojiFonts #Try installed symbol and emoji font families as embedded fallback runs.
Value:
4public const PdfTextFallbackFeatures MultilingualFonts #Try installed multilingual font families for CJK, Arabic, and other non-Latin text.
Value:
8public const PdfTextFallbackFeatures Default #Enable the recommended OfficeIMO document, monospace, symbol, and emoji text fallback groups.
Value:
7