Nevron .NET Vision
Nevron.SmartShapes Namespace / NSmartShapeDocumentSerializer Class / LoadFromFile Method / LoadFromFile() Method


In This Topic
    LoadFromFile() Method
    In This Topic
    Loads a smart shape document from a file
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Function LoadFromFile() As NSmartShapeDocument
    'Usage
     
    
    Dim instance As NSmartShapeDocumentSerializer
    Dim value As NSmartShapeDocument
     
    value = instance.LoadFromFile()
    public virtual NSmartShapeDocument LoadFromFile()

    Return Value

    the loaded document if succeeded, otherwise null
    Remarks
    This method will show a open file dialog, configured with the currently known document formats
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also