GetRichMediaAssetInfo
Annotations and hotspot links
Description
Retrieves metadata information for a specific rich media asset
Syntax
Delphi
Function TPDFlib.GetRichMediaAssetInfo(AnnotationIndex, AssetIndex: Integer; Out Info: TPDFlibRichMediaAssetInfo): Integer;Parameters
| AnnotationIndex | The 1-based index of the target rich media annotation |
|---|---|
| AssetIndex | The 1-based index of the asset within the rich media annotation |
| Info | The output record containing asset name, MIME type, and sizing properties |
Return values
1 if information was successfully retrieved, or 0 on error