Nevron Open Vision Documentation
Nevron.Nov.Text.Formats Namespace / NImageTextFormat Class / fMl Method


In This Topic
    fMl Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overridable Function fMl( _
       ByVal KlIC As System.IO.Stream _
    ) As NImageInline
    'Usage
     
    
    Dim instance As NImageTextFormat
    Dim KlIC As System.IO.Stream
    Dim value As NImageInline
     
    value = instance.fMl(KlIC)
    internal virtual NImageInline fMl( 
       System.IO.Stream KlIC
    )

    Parameters

    KlIC
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also