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)
| Parameter | Type | Description |
|---|---|---|
| name | const System::String& | Name of the data. |
| data | const System::SharedPtr<System::IO::Stream>& | Data. |
See Also
- Class String
- Typedef SharedPtr
- Class Stream
- Class RichMediaAnnotation
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++