Aspose::Pdf::Annotations::RichMediaAnnotation::AddCustomData method

RichMediaAnnotation::AddCustomData method

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

void Aspose::Pdf::Annotations::RichMediaAnnotation::AddCustomData(const System::String &name, const System::SharedPtr<System::IO::Stream> &data)
ParameterTypeDescription
nameconst System::String&Name of the data.
dataconst System::SharedPtr<System::IO::Stream>&Data.

See Also