CreaSign

XmlData.Load Method 

Loads the XmlData object from the specified source.

[Visual Basic]
Public Sub Load( _
   ByVal Source As Object _
)

Parameters

Source
An object from which the XML signature should be loaded. See the Remarks section.

Remarks

The source should contain an XML document representing an XmlData object. Its root element can be one of the following: <cd:Data>, <cd:Visualisation> or <cd:Attachment>.

The following types of sources are supported:

Source typeDescription
A string A new XML document is created  from the string that holds the XML data.
An XML elementA new XML document is created  from the element (IXMLDomElement) that holds the data.
A byte arrayA new XML document is created from a single dimensional array of bytes.
A Data objectA new XML document is created from the data stored in a Data object.
A custom object that implements the IStream interfaceA new XML document is created from the data stored in a custom object. Some of the objects that implement the IStream  interface:  ASP Request object, ASP Response object, ADO stream. 

Calling this method discards the current content of the object.

Requirements

Requires CreaSign Pro (not supported by CreaSign Lite).

See Also

XmlData Class | CreaSign Namespace


Send comments on this topic.

(c) CREA 2002-2007 www.creasign.si