VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf Namespace / PdfFontManager Class / OnFontInstanceCreated(PdfResources,PdfFont,Single,String) Method
Syntax Requirements SeeAlso
In This Topic
    OnFontInstanceCreated(PdfResources,PdfFont,Single,String) Method (PdfFontManager)
    In This Topic
    Method is executed when font instance is created.
    Syntax
    'Declaration
    
    Public Overridable Sub OnFontInstanceCreated( _
    ByVal resources
    The resources of content stream.
    As Vintasoft.Imaging.Pdf.Tree.PdfResources, _
    ByRef font
    The font that was created.
    As Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont, _
    ByRef fontSize
    The font size.
    As Single, _
    ByVal resourceName
    Name of the font resource.
    As System.String _
    )

    Parameters

    resources
    The resources of content stream.
    font
    The font that was created.
    fontSize
    The font size.
    resourceName
    Name of the font resource.
    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