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(System::String name, System::SharedPtr<System::IO::Stream> data)
ParameterTypeDescription
nameSystem::StringName of the data.
dataSystem::SharedPtr<System::IO::Stream>Data.

See Also