GetAnnotSoundToString
Annotations and hotspot links
Description
Returns the sound data stored in the specified annotation.
Syntax
Delphi
function TPDFlib.GetAnnotSoundToString(Index, Options: Integer): AnsiString;ActiveX
Function PDFlib::GetAnnotSoundToString(Index As Long, Options As Long) As StringDLL
char * DLGetAnnotSoundToString(int InstanceID, int Index, int Options);Parameters
| Index | The index of the annotation. The first annotation on the page has an index of 1. |
|---|---|
| Options | 0 = Sound data as stored in the PDF 1 = Encode data as a WAV file |