Click or drag to resize

CameraImageGetThumbnail Method

Get the thumbnail image in the camera device.

Namespace:  Ricoh.CameraController
Assembly:  RicohCameraSDK (in RicohCameraSDK.dll) Version: 1.1
Syntax
public Response GetThumbnail(
	Stream outputStream
)

Parameters

outputStream
Type: System.IOStream
Image data stream. If you specify FileStream etc., data will be written.

Return Value

Type: Response
Response to request
See Also