IPXC_Document::DocumentTempFolder Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(4 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Document::DocumentTempFolder Property}}
 
{{#customTitle:IPXC_Document::DocumentTempFolder Property}}
{{#parentPage:PXV:IPXC_Document#Properties|DocumentTempFolder Property|property}}
+
{{#parentPage:PXV:IPXC_Document#Properties|DocumentTempFolder|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{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 ==
 
[[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