CameraImageExists Property
|
Whether or not the entity of the image exists.
Namespace:
Ricoh.CameraController
Assembly:
RicohCameraSDK (in RicohCameraSDK.dll) Version: 1.1
Syntax public bool Exists { get; set; }
Public Property Exists As Boolean
Get
Set
public:
property bool Exists {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also