Nevron Open Vision Documentation
Nevron.Nov.Wmf Namespace / NEmfImageDecoder Class / CreateMetafilePlayer Method


In This Topic
    CreateMetafilePlayer Method (NEmfImageDecoder)
    In This Topic
    Creates a metafile player for the decoded image.
    Syntax
    'Declaration
     
    
    Public Overrides Function CreateMetafilePlayer( _
       ByVal computeBounds As System.Boolean _
    ) As NMetafilePlayerEx
    'Usage
     
    
    Dim instance As NEmfImageDecoder
    Dim computeBounds As System.Boolean
    Dim value As NMetafilePlayerEx
     
    value = instance.CreateMetafilePlayer(computeBounds)
    public override 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