PdfANonSpecificationFlags.CheckDifferentNamesInFontDictionaries

PdfANonSpecificationFlags.CheckDifferentNamesInFontDictionaries property

Some PDF documents contain fonts which have different names in internal data. Use of this flag enforces special processing logic for cases when fields BaseFont and FontDescriptor.FontName are different.

public bool CheckDifferentNamesInFontDictionaries { get; set; }

See Also