Nevron Open Vision Documentation
Nevron.Nov Namespace / NDataUri Class
Members


In This Topic
    NDataUri Class
    In This Topic
    Represents a data URI, which is usually used to embed a resource in a text based document (HTML, XML, SVG, etc.).
    Object Model
    NDataUri Class
    Syntax
    'Declaration
     
    
    Public NotInheritable Class NDataUri 
       Inherits NUriBase
       Implements INDeeplyCloneable 
    'Usage
     
    
    Dim instance As NDataUri
    public sealed class NDataUri : NUriBase, INDeeplyCloneable  
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.NUriBase
          Nevron.Nov.NDataUri

    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