Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

IWICBitmapEncoder::SetPreview method (wincodec.h)

Sets the global preview for the image.

Syntax

HRESULT SetPreview(
 [in] IWICBitmapSource *pIPreview
);

Parameters

[in] pIPreview

Type: IWICBitmapSource*

The IWICBitmapSource to use as the global preview.

Return value

Type: HRESULT

Returns S_OK if successful, or an error value otherwise.

Returns WINCODEC_ERR_UNSUPPORTEDOPERATION if the feature is not supported by the encoder.

Requirements

Requirement Value
Minimum supported client Windows XP with SP2, Windows Vista [desktop apps | UWP apps]
Minimum supported server Windows Server 2008 [desktop apps | UWP apps]
Target Platform Windows
Header wincodec.h
Library Windowscodecs.lib
DLL Windowscodecs.dll

Feedback

Was this page helpful?

Additional resources