Nevron Open Vision Documentation
Nevron.Nov.WpfControls Namespace / NDrawingViewControl Class / LoadFromResourceAsync Method


In This Topic
    LoadFromResourceAsync Method (NDrawingViewControl)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function LoadFromResourceAsync( _
       ByVal resource As NEmbeddedResource, _
       ByVal documentFormat As NDrawingFormat, _
       ByVal loadSettings As NDrawingLoadSettings _
    ) As NPromise(Of Boolean)
    'Usage
     
    
    Dim instance As NDrawingViewControl
    Dim resource As NEmbeddedResource
    Dim documentFormat As NDrawingFormat
    Dim loadSettings As NDrawingLoadSettings
    Dim value As NPromise(Of Boolean)
     
    value = instance.LoadFromResourceAsync(resource, documentFormat, loadSettings)

    Parameters

    resource
    documentFormat
    loadSettings
    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