IXPS2PDFConverter::SaveToFile Method

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 +
{{#customTitle:IXPS2PDFConverter::SaveToFile Method}}
 +
{{#parentPage:PXV:IXPS2PDFConverter#Methods|SaveToFile|method}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
 +
 +
The method of interface of PDF-XChange Editor SDK.
 +
 +
== Syntax ==
 +
<pre class="brush:cpp;gutter:false">HRESULT SaveToFile([in]  LPWSTR  sFile);</pre>
 +
 +
== Parameters ==
 +
;sFile
 +
:[in]  Value of LPWSTR.
 +
 +
== Return Value ==
 +
Returns S_OK if operation was successful or error code in other cases.
 +
 +
== See Also ==
 +
[[PXV:IXPS2PDFConverter|IXPS2PDFConverter]]

Latest revision as of 01:33, 20 October 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT SaveToFile([in]  LPWSTR  sFile);

Parameters

sFile
[in] Value of LPWSTR.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IXPS2PDFConverter