ITransformFilterInformation Interface

This interface defines properties to describe a transformation performed by implementations of the ITransformFilter interface.

Please see Edit File Type for information on implementing this interface.

Properties

Forwardsread-onlyITransformFilterInformation

Indicates whether this is a forward transformation (VARIANT_TRUE = loading, VARIANT_FALSE = saving).

IDL [propget] HRESULT Forwards([out, retval] VARIANT_BOOL* pValue)
.NET Boolean Forwards[get]

OriginalFullPathread-onlyITransformFilterInformation

The full path or URI to the original file being transformed.

IDL [propget] HRESULT OriginalFullPath([out, retval] BSTR* pValue)
.NET String OriginalFullPath[get]

OriginalLocationread-onlyITransformFilterInformation

The full path to the folder containing the original file being transformed

IDL [propget] HRESULT OriginalLocation([out, retval] BSTR* pValue)
.NET String OriginalLocation[get]

OriginalNameread-onlyITransformFilterInformation

The name (basename) of the original file being transformed.

IDL [propget] HRESULT OriginalName([out, retval] BSTR* pValue)
.NET String OriginalName[get]

InputFilePathread-onlyITransformFilterInformation

A temporary file containing the file data that should be transformed to the output file path.

IDL [propget] HRESULT InputFilePath([out, retval] BSTR* pValue)
.NET String InputFilePath[get]

OutputFilePathread-onlyITransformFilterInformation

A temporary file into which the data at the input file path should be transformed.

IDL [propget] HRESULT OutputFilePath([out, retval] BSTR* pValue)
.NET String OutputFilePath[get]