VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Ocr Namespace / PdfDocumentBuilder Class / CreateGlyphLessFont(PdfDocument) Method
Syntax Remarks Requirements SeeAlso
In This Topic
    CreateGlyphLessFont(PdfDocument) Method (PdfDocumentBuilder)
    In This Topic
    Creates CID font without glyphs for specified PDF document.
    Syntax

    Parameters

    document
    PDF document.

    Return Value

    New CID font without glyphs.
    Remarks

    Created CID font without glyphs can be used as text font in searchable PDF document, which is generated in the PdfPageCreationMode.ImageOverText mode.

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also