IXPS2PDFConverter::InitWithFile 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::InitWithFile Method}}
 +
{{#parentPage:PXV:IXPS2PDFConverter#Methods|InitWithFile|method}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
 +
 +
The method of interface of PDF-XChange Editor SDK.
 +
 +
== Syntax ==
 +
<pre class="brush:cpp;gutter:false">HRESULT InitWithFile([in]  LPWSTR  sLpszFile);</pre>
 +
 +
== Parameters ==
 +
;sLpszFile
 +
:[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 InitWithFile([in]  LPWSTR  sLpszFile);

Parameters

sLpszFile
[in] Value of LPWSTR.

Return Value

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

See Also

IXPS2PDFConverter