IPXC_Document::DefaultCompression Property

From PDF XChange PDF SDK
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