Discuss this help topic in SecureBlackbox Forum
The brand and model number of the camera that took the photo.
Declaration
[VB.NET]
Property CameraModel As String
[Pascal]
property CameraModel: string;
[C++]
void get_CameraModel(std::string &OutResult);
[PHP]
string get_CameraModel()
[Java]
String getCameraModel();
Description
Use this property to get the model of the camera that took the photo.
Discuss this help topic in SecureBlackbox Forum