'Declaration
Public Function GetEmbeddedFileTitle( _ ByVal FileIdx As Integer _ ) As String
public string GetEmbeddedFileTitle( int FileIdx )
public function GetEmbeddedFileTitle( FileIdx: Integer ): String;
public function GetEmbeddedFileTitle( FileIdx : int ) : String;
public: string* GetEmbeddedFileTitle( int FileIdx )
public: String^ GetEmbeddedFileTitle( int FileIdx )
Parameters
- FileIdx
- The 0-based index of the embedded file. It must be a value from 0 to GdPicturePDF.GetEmbeddedFileCount-1.
Return Value
The title of the embedded file. The GdPicturePDF.GetStat method can be subsequently used to determine if this method has been successful.
Mostly it is the whole file name of the embedded file with the file extension. If your files have been embedded using the GdPicturePDF.EmbedFile method, the return value is only the file name of the embedded file without the file extension.