IPXS_Document::GetStandardStreamEncoder Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXS_Document::GetStandardStreamEncoder Method}}
 
{{#customTitle:IPXS_Document::GetStandardStreamEncoder Method}}
{{#parentPage:PXV:IPXS_Document|GetStandardStreamEncoder Method|method}}
+
{{#parentPage:PXV:IPXS_Document#Methods|GetStandardStreamEncoder Method|method}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}

Revision as of 15:06, 21 May 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT GetStandardStreamEncoder([in]           PXS_StreamEncoderParamStruct*  Params,
                                 [in]           ULONG                          nKeyLen,
                                 [in]           UCHAR*                         pKey,
                                 [in]           ULONG                          nVersion,
                                 [in]           ULONG                          nRevision,
                                 [in]           ULONG                          nMethod,
                                 [in]           VARIANT_BOOL                   bEncodeMetadata,
                                 [in]           VARIANT_BOOL                   bOnlyEF,
                                 [out, retval]  IPXS_pdfStreamCoder**          pDecoder);

Parameters

Params
[in] Pointer to PXS_StreamEncoderParamStruct.
nKeyLen
[in] Value of ULONG.
pKey
[in] Pointer to UCHAR.
nVersion
[in] Value of ULONG.
nRevision
[in] Value of ULONG.
nMethod
[in] Value of ULONG.
bEncodeMetadata
[in] Value of VARIANT_BOOL.
bOnlyEF
[in] Value of VARIANT_BOOL.
pDecoder
[out, retval] Pointer to IPXS_pdfStreamCoder.

Return Value

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

See Also

IPXS_Document.