Nevron Open Vision Documentation
Nevron.Nov Namespace / NDataUri Class
Fields Properties Methods


In This Topic
    NDataUri Class Members
    In This Topic

    The following tables list the members exposed by NDataUri.

    Protected Constructors
     NameDescription
    Internal ConstructorOverloaded.   
    Top
    Protected Fields
     NameDescription
    Internal Field (Inherited from Nevron.Nov.NUriBase)
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field (Inherited from Nevron.Nov.NUriBase)
    Top
    Public Properties
     NameDescription
    Public PropertyGets the data of this data URI.  
    Public PropertyOverridden. Indicates whether this URI is absolute. Always returns true for data URIs.  
    Public PropertyIndicates whether this data URI's data should be Base64 encoded.  
    Public PropertyDetermines whether this is a data URI. (Inherited from Nevron.Nov.NUriBase)
    Public PropertyOverridden. Indicates whether this URI represents a file. Always returns false for data URIs.  
    Public PropertyDetermines whether this is an HTTP or HTTPS uri. (Inherited from Nevron.Nov.NUriBase)
    Public PropertyGets the MIME type of the data this data URI contains.  
    Public PropertyGets the string this URI was created from. (Inherited from Nevron.Nov.NUriBase)
    Public PropertyGets the scheme of this URI. (Inherited from Nevron.Nov.NUriBase)
    Top
    Protected Properties
     NameDescription
    Internal Property  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Creates an identical copy of this object.  
    Public MethodDetermines whether the specified object is equal to this URI. (Inherited from Nevron.Nov.NUriBase)
    Public Methodstatic (Shared in Visual Basic)Overloaded. Creates a Base64 data URI using the encoded data of the given image or encoding it to PNG if it is not already encoded. Returns null if the image serialization fails.  
    Public MethodReturns the hash code for this URI. (Inherited from Nevron.Nov.NUriBase)
    Public MethodOverloaded. Gets a local path for this URI default path notation. Throws an exception, if such path cannot be proved. (Inherited from Nevron.Nov.NUriBase)
    Public MethodOverridden. Gets the string representation of this data URI.  
    Public MethodOverloaded. Tries to get a local path from this URI, using the application default path notation. (Inherited from Nevron.Nov.NUriBase)
    Top
    See Also