VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf Namespace / PdfFontManager Class / GetStandardFontProgram(PdfFont) Method
Syntax Requirements SeeAlso
In This Topic
    GetStandardFontProgram(PdfFont) Method (PdfFontManager)
    In This Topic
    Returns a standard font from "Standard 14 Fonts".
    Syntax
    'Declaration
    
    Public Overridable Function GetStandardFontProgram( _
    ByVal font
    The font.
    As Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont _
    ) As System.IO.Stream
    public virtual System.IO.Stream GetStandardFontProgram(
    Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont font
    )
    public: virtual System.IO.Stream* GetStandardFontProgram(
    Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont* font
    )
    public:
    virtual System.IO.Stream^ GetStandardFontProgram(
    Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont^ font
    )

    Parameters

    font
    The font.

    Return Value

    The System.IO.Stream that contains the font program in TrueType format; otherwise, null.
    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