MediaClipData
Overview
MediaClipData is a class in Aspose.PDF FOSS for .NET.
Inherits from: MediaClip.
A media clip data object (PDF §13.2.4.2) — full media data via a file specification.
This class provides 1 method for working with MediaClipData objects in .NET programs.
Available methods include: MediaClipData.
All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package.
Properties: ContentType, Data.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Data | FileSpecification? | Read | The file specification holding the media data (/D entry). |
ContentType | string? | Read | The clip’s MIME type (/CT entry). |
Methods
| Signature | Description |
|---|---|
MediaClipData(mediaFile: string) | Create a media clip data object embedding mediaFile. |