Triggered when the plugin is asked to read a
file and return any meta-data contained in the file
| [Visual Basic .NET] |
|---|
Public Sub ReadMetaData( _
ByVal Result As AgAsEphemFileReaderPluginResultData _
)
|
| [C#] |
|---|
public void ReadMetaData(
|
| [Managed C++] |
|---|
public: void ReadMetaData(
|
| [Java] |
|---|
public readMetaData(
|
| [Unmanaged C++] |
|---|
public: HRESULT ReadMetaData(
|
- Result