Method IsAvailableThroughLoader
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
IsAvailableThroughLoader()
Checks whether this font can be loaded using the current FontLoader.
public bool IsAvailableThroughLoader()
Returns
- bool
true
if font bytes can be loaded using the current FontLoader; otherwise,false
.
Remarks
This method allows you to check PDF font before unembedding using Unembed() method. PDF viewers might not be able to properly render text when the unembedded font is not available in the system font collection.
This method always returns false
for Type3 fonts.