FileSpecGetFileData Method |
The function returns data referenced by this FileSpec.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public IFilter GetFileData()
Public Function GetFileData As IFilter
public:
virtual IFilter^ GetFileData() sealed
Return Value
Type:
IFilter A stream (filter) containing file data.
If the file is embedded, the function returns a stream to the embedded file.
If the file is not embedded, the function will return a stream to the external file.
If the file is not embedded and the external file can't be found, the function
returns NULL.
See Also