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

Parameters

sOption
[in] Value of LPWSTR.
Value
[in] Pointer to VARIANT.

Return Value

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

See Also

IXPS2PDFConverter