[Visual Basic] Public Function Add( _ ByVal Identifier As String, _ ByVal MimeType As String, _ ByVal Encoding As String, _ ByVal Description As String, _ ByVal EmbeddedData As String, _ ByVal FileName As String _ ) As XmlData
Parameters
Identifier
The identifier (an URI) used to identify the visualisation.
MimeType
The mime type of the visualisation.
Encoding
The encoding of the data visualisation.
Description
The description of the data visualisation.
EmbeddedData
Data representing the visualisation.
FileName
The filename associated with the visualisation. Used for informational
purposes only.
Return Value
The XmlData object representing the added
visualisation.
Remarks
See SetEmbeddedData
for valid combinations of MimeType,
Encoding and EmbeddedData.
Requirements
Requires CreaSign Pro (not supported by CreaSign Lite).