This document is archived and information here might be outdated. Recommended version. |
Transforms encoded thumbnail and image enclosures to files and links them into the metadata.
[Visual Basic .NET] Public Sub TransformImages ( _ ByVal Path As String, _ ByRef fileNames As Object _ )
[C#] public void TransformImages ( string Path, ref object fileNames );
[C++]
HRESULT TransformImages(
BSTR Path,
Variant* fileNames
);
[C++]
Parameters Path [in]
Path is a parameter of type BSTR fileNames [out]
fileNames is a parameter of type VARIANT*
Documentation for this property can be found at the IXmlPropertySet::TransformImages description.