IPXC_Document::DefaultCompression Property

From PDF XChange PDF SDK
Revision as of 01:36, 16 March 2016 by Palamar (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Property DefaultCompression of interface IPXC_Document returns/sets Pointer to IPXS_EncodeFiltersArray containing the encoding filters array that are used for the new PDF streams.

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 containing one of the supported compression types. Possible values are: Image.TrueColor, Image.Gray, Image.Indexed, Image.Monochrome, General, Fonts, Page.Content, Attachments.

See Also

IPXC_Document