Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NDataObject Class / GetEMF Method


In This Topic
    GetEMF Method
    In This Topic
    Loads an EMF+ bytes from the data object.
    Syntax
    'Declaration
     
    
    Public Function GetEMF() As System.Byte()
    'Usage
     
    
    Dim instance As NDataObject
    Dim value() As System.Byte
     
    value = instance.GetEMF()
    public System.byte[] GetEMF()
    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