NevronOpenVision
Nevron.Nov Namespace / NDataUri Class
Fields Properties Methods


NDataUri Class Members

The following tables list the members exposed by NDataUri.

Protected Constructors
 NameDescription
Internal ConstructorOverloaded.   
Top
Protected Fields
 NameDescription
Internal Field  
Internal Field  
Internal Field  
Internal Field  
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 PropertyOverridden. Indicates whether this URI represents a file. Always returns false for data URIs.  
Public PropertyGets the MIME type of the data this data URI contains.  
Top
Protected Properties
 NameDescription
Internal Property  
Top
Public Methods
 NameDescription
Public MethodOverridden. Creates an identical copy of this object.  
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 MethodOverridden. Gets the string representation of this data URI.  
Top
See Also