Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A version of this page is also available for
4/8/2010
This method is used to set the active frame dimension when encoding a multiframe image.
Syntax
HRESULT SetFrameDimension(
const GUID* dimensionID
);
Parameters
dimensionID
[in] A pointer to a GUID specifying the dimension for the frame.Set this value to a multiframe dimension identifier. For more information, see Imaging GUIDs.
Return Value
If successful, this method returns S_OK.
This method may return E_FAIL if it fails.
Remarks
The following pseudo code shows how an application might encode a multiframe image.
encoder->SetFrameDimension(FRAMEDIM_PAGE);
encode page 1
encoder->SetFrameDimension(FRAMEDIM_RESOLUTION)
encode page 2.1
encode page 2.2
encoder->SetFrameDimension(FRAMEDIM_PAGE);
encode page 3
Requirements
| Header | imaging.h |
| Library | Imaging.lib |
| Windows Embedded CE | Windows CE 5.0 and later |
| Windows Mobile | Windows Mobile Version 5.0 and later |