IPXS_EncodeFilter::Init Method

From PDF XChange PDF SDK
Jump to: navigation, search


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT Init([in]  IPXS_EncodeFilter*  pPrevFilter,
             [in]  IPXS_PDFVariant*    pEncodeParams,
             [in]  PXS_StreamInfo*     stStreamInfo,
             [in]  ULONG               nFlags);

Parameters

pPrevFilter
[in] Pointer to IPXS_EncodeFilter.
pEncodeParams
[in] Pointer to IPXS_PDFVariant.
stStreamInfo
[in] Pointer to PXS_StreamInfo.
nFlags
[in] Value of ULONG.

Return Value

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

See Also

IPXS_EncodeFilter