'Declaration Public Overloads Function SetCurrentProfile( _
ByVal profileThe profile, which must be set as device current profile.As KodakDeviceProfile _
) As Boolean
public bool SetCurrentProfile(
KodakDeviceProfile profile
)
public: bool SetCurrentProfile(
KodakDeviceProfile* profile
)
public:
bool SetCurrentProfile(
KodakDeviceProfile^ profile
)
Parameters
- profile
- The profile, which must be set as device current profile.
Return Value
True if current profile is changed; otherwise, false.