Click or drag to resize

CameraImage Class

Class for handling with image information and image data.
Inheritance Hierarchy
SystemObject
  Ricoh.CameraControllerCameraImage

Namespace:  Ricoh.CameraController
Assembly:  RicohCameraSDK (in RicohCameraSDK.dll) Version: 1.1
Syntax
public class CameraImage

The CameraImage type exposes the following members.

Properties
  NameDescription
Public propertyDateTime
Date and time of shooting.
Public propertyExists
Whether or not the entity of the image exists.
Public propertyFormat
Image format.
Public propertyHasThumbnail
Whether thumbnail can be acquired.
Public propertyID
Image identifier.
Public propertyName
Image name.
Public propertySize
File size. (byte)
Public propertyStorage
Storage information.
Public propertyType
Image type.
Top
Methods
  NameDescription
Public methodDelete
Delete the image in the camera device.
Public methodGetData
Get the image in the camera device.
Public methodGetThumbnail
Get the thumbnail image in the camera device.
Top
See Also