X
xiao
Hi All,
I know we can use ApplicationClass.Publish to convert an onenote page to an
XPS document. However, I don't know how to set the fourth parameter in the
method.
HRESULT Publish(
[in]BSTR bstrHierarchyID,
[in]BSTR bstrTargetFilePath);
[in,defaultvalue(pfOneNote)]PublishFormat pfPublishFormat,
[in,defaultvalue(0)]BSTR bstrCLSIDofExporter);
In other words, what's the value of "bstrCLSIDofExporter" if the output file
is XPS?
Thx,
I know we can use ApplicationClass.Publish to convert an onenote page to an
XPS document. However, I don't know how to set the fourth parameter in the
method.
HRESULT Publish(
[in]BSTR bstrHierarchyID,
[in]BSTR bstrTargetFilePath);
[in,defaultvalue(pfOneNote)]PublishFormat pfPublishFormat,
[in,defaultvalue(0)]BSTR bstrCLSIDofExporter);
In other words, what's the value of "bstrCLSIDofExporter" if the output file
is XPS?
Thx,