Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NImageDecoder Class / CreateMetafilePlayer Method


In This Topic
    CreateMetafilePlayer Method (NImageDecoder)
    In This Topic
    Creates a metafile player, in case the image info indicates that the image is a Metafile
    Syntax
    'Declaration
     
    
    Public Overridable Function CreateMetafilePlayer( _
       ByVal computeBounds As System.Boolean _
    ) As NMetafilePlayerEx
    'Usage
     
    
    Dim instance As NImageDecoder
    Dim computeBounds As System.Boolean
    Dim value As NMetafilePlayerEx
     
    value = instance.CreateMetafilePlayer(computeBounds)
    public virtual NMetafilePlayerEx CreateMetafilePlayer( 
       System.bool computeBounds
    )

    Parameters

    computeBounds
    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