RichMediaAnnotation.AddCustomData

RichMediaAnnotation.AddCustomData method

Add custom named data (for example required for flash script).

public void AddCustomData(string name, Stream data)
ParameterTypeDescription
nameStringName of the data.
dataStreamData.

See Also