> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.PersonImage

# <a id="SuperOffice_WebApi_Data_PersonImage" /> Class PersonImage

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

Carrier object for PersonImage.
Scaled person image

```csharp theme={null}
public class PersonImage
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[PersonImage](SuperOffice.WebApi.Data.PersonImage.md)

#### Inherited Members

[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring),
[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\)),
[object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\)),
[object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals),
[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode),
[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype),
[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone)

## Constructors

### <a id="SuperOffice_WebApi_Data_PersonImage__ctor" /> PersonImage()

Default constructor - defaults any enum props to 0.

```csharp theme={null}
public PersonImage()
```

## Properties

### <a id="SuperOffice_WebApi_Data_PersonImage_ImageData" /> ImageData

Image data in PNG format.

```csharp theme={null}
public virtual byte[] ImageData { get; set; }
```

#### Property Value

[byte](https://learn.microsoft.com/dotnet/api/system.byte)\[]

### <a id="SuperOffice_WebApi_Data_PersonImage_PersonId" /> PersonId

Primary key

```csharp theme={null}
public virtual int PersonId { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

## See Also

[PersonAgent](SuperOffice.WebApi.Agents.PersonAgent.md)


## Related topics

- [SuperOffice.WebApi.Agents.PersonAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.PersonAgent.md)
- [SuperOffice.WebApi.Agents.IPersonAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IPersonAgent.md)
- [SuperOffice.WebApi.Data.BlobLinkType](/en/api/reference/webapi/SuperOffice.WebApi.Data.BlobLinkType.md)
- [SuperOffice.WebApi.Data.Person SetPersonImageRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Person_SetPersonImageRequest.md)
- [SuperOffice.WebApi.Data.Person GetPersonImageRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Person_GetPersonImageRequest.md)
- [SuperOffice.WebApi.Data.Person GetPersonImagesRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Person_GetPersonImagesRequest.md)
