IPXC_Document::DefaultCompression Property

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:IPXC_Document::DefaultCompression Property}}
 
{{#customTitle:IPXC_Document::DefaultCompression Property}}
{{#parentPage:PXV:IPXC_Document|DefaultCompression Property|property}}
+
{{#parentPage:PXV:IPXC_Document#Properties|DefaultCompression Property|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}

Revision as of 14:27, 21 May 2015


Property DefaultCompression of interface IPXC_Document returns/sets Pointer to IPXS_EncodeFiltersArray ...

Syntax

HRESULT get_DefaultCompression([in]           BSTR                       ptreamType,
                               [out, retval]  IPXS_EncodeFiltersArray**  ppEncoders);
HRESULT put_DefaultCompression([in]  BSTR                      ptreamType,
                               [in]  IPXS_EncodeFiltersArray*  ppEncoders);

Parameters

ptreamType
[in] Value of BSTR.

See Also

IPXC_Document.