IPXC_Document::DocumentTempFolder Property
From PDF XChange PDF SDK
(Automatic page editing by robot) |
|||
(9 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_Document::DocumentTempFolder Property}} | {{#customTitle:IPXC_Document::DocumentTempFolder Property}} | ||
+ | {{#parentPage:PXV:IPXC_Document#Properties|DocumentTempFolder|property}} | ||
+ | {{ToReview}} | ||
− | Property '''DocumentTempFolder''' of interface [[PXV:IPXC_Document|IPXC_Document]] returns Value of BSTR . | + | Property '''DocumentTempFolder''' of interface [[PXV:IPXC_Document|IPXC_Document]] returns Value of BSTR containing document's temporary folder where all of the document's temporary files are situated. |
− | + | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_DocumentTempFolder([out, retval] BSTR* | + | <pre class="brush:cpp;gutter:false">HRESULT get_DocumentTempFolder([out, retval] BSTR* sTempFolder); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_Document|IPXC_Document]] |
Latest revision as of 00:28, 16 March 2016
Property DocumentTempFolder of interface IPXC_Document returns Value of BSTR containing document's temporary folder where all of the document's temporary files are situated.
Syntax
HRESULT get_DocumentTempFolder([out, retval] BSTR* sTempFolder);