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

Parameters

pStream
[in] Pointer to IStream.

Return Value

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

See Also

IXPS2PDFConverter