Click or drag to resize

IPersonPicture Property

Returns the person picture as an ISOPicture object.

Namespace:  SuperOffice.COM.SuperOfficeDB
Assembly:  SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntax
ISOPicture Picture { get; }

Property Value

Type: ISOPicture
Examples

Picture

VB
Dim objSO
Set objSO = CreateObject("SuperOffice.Application")
If not (objSO is nothing) Then
    MsgBox "Current person Picture identity: " & objSO.CurrentPerson.Picture.Id, vbInformation + vbOkOnly, "SuperCOM"
else
    MsgBox "Unable to connect to database"
end if
Set objSO = Nothing

See Also