IPXC_Document::DefaultCompression Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 9: | Line 9: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_DefaultCompression([in] BSTR | + | <pre class="brush:cpp;gutter:false">HRESULT get_DefaultCompression([in] BSTR sPtreamType, |
− | [out, retval] IPXS_EncodeFiltersArray** | + | [out, retval] IPXS_EncodeFiltersArray** pEncoders); |
− | HRESULT put_DefaultCompression([in] BSTR | + | HRESULT put_DefaultCompression([in] BSTR sPtreamType, |
− | [in] IPXS_EncodeFiltersArray* | + | [in] IPXS_EncodeFiltersArray* pEncoders); |
</pre> | </pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;sPtreamType |
:[in] Value of BSTR. | :[in] Value of BSTR. | ||
== See Also == | == See Also == | ||
[[PXV:IPXC_Document|IPXC_Document]] | [[PXV:IPXC_Document|IPXC_Document]] |
Revision as of 01:16, 4 June 2015
Property DefaultCompression of interface IPXC_Document returns/sets Pointer to IPXS_EncodeFiltersArray ...
Syntax
HRESULT get_DefaultCompression([in] BSTR sPtreamType, [out, retval] IPXS_EncodeFiltersArray** pEncoders); HRESULT put_DefaultCompression([in] BSTR sPtreamType, [in] IPXS_EncodeFiltersArray* pEncoders);
Parameters
- sPtreamType
- [in] Value of BSTR.