IPXC_Document::DocumentTempFolder Property

From PDF XChange PDF SDK
Jump to: navigation, search
(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* pTempFolder);
+
<pre class="brush:cpp;gutter:false">HRESULT get_DocumentTempFolder([out, retval] BSTR* sTempFolder);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_Document|IPXC_Document]].
+
[[PXV:IPXC_Document|IPXC_Document]]

Latest revision as of 01: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);

See Also

IPXC_Document