IPXS_StreamFiltersFactory::CreateEncodeFilter Method

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXS_StreamFiltersFactory::CreateEncodeFilter Method}}
 
{{#customTitle:IPXS_StreamFiltersFactory::CreateEncodeFilter Method}}
 +
{{#parentPage:PXV:IPXS_StreamFiltersFactory#Methods|CreateEncodeFilter|method}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
The method of interface of PDF-XChange Editor SDK.
 
The method of interface of PDF-XChange Editor SDK.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT CreateEncodeFilter([in] ULONG nName, [out, retval] IPXS_EncodeFilter** pFilter);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT CreateEncodeFilter([in]           ULONG               nName,
 +
                          [out, retval] IPXS_EncodeFilter** pFilter);</pre>
  
 
== Parameters ==
 
== Parameters ==
;''nName''
+
;nName
 
:[in]  Value of ULONG.
 
:[in]  Value of ULONG.
;''pFilter''
+
;pFilter
 
:[out, retval]  Pointer to [[PXV:IPXS_EncodeFilter|IPXS_EncodeFilter]].
 
:[out, retval]  Pointer to [[PXV:IPXS_EncodeFilter|IPXS_EncodeFilter]].
  
Line 17: Line 22:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXS_StreamFiltersFactory|IPXS_StreamFiltersFactory]].
+
[[PXV:IPXS_StreamFiltersFactory|IPXS_StreamFiltersFactory]]

Latest revision as of 03:45, 15 June 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT CreateEncodeFilter([in]           ULONG                nName,
                           [out, retval]  IPXS_EncodeFilter**  pFilter);

Parameters

nName
[in] Value of ULONG.
pFilter
[out, retval] Pointer to IPXS_EncodeFilter.

Return Value

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

See Also

IPXS_StreamFiltersFactory