IPXC_Document::DocumentTempFolder Property

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

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