Click or drag to resize

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()

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