> ## 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.BLOB GetPersonImageWithSizeRequest

# <a id="SuperOffice_WebApi_Data_BLOB_GetPersonImageWithSizeRequest" /> Class BLOB\_GetPersonImageWithSizeRequest

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

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

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[BLOB\_GetPersonImageWithSizeRequest](SuperOffice.WebApi.Data.BLOB_GetPersonImageWithSizeRequest.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_BLOB_GetPersonImageWithSizeRequest__ctor" /> BLOB\_GetPersonImageWithSizeRequest()

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

## Properties

### <a id="SuperOffice_WebApi_Data_BLOB_GetPersonImageWithSizeRequest_Height" /> Height

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

#### Property Value

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

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

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_BLOB_GetPersonImageWithSizeRequest_Width" /> Width

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

#### Property Value

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


## Related topics

- [SuperOffice.WebApi.Data.BLOB GetContactImageWithSizeRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.BLOB_GetContactImageWithSizeRequest.md)
- [SuperOffice.WebApi.Data.BLOB GetChatImageWithSizeRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.BLOB_GetChatImageWithSizeRequest.md)
- [SuperOffice.WebApi.Data.BLOB GetProjectImageWithSizeRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.BLOB_GetProjectImageWithSizeRequest.md)
- [SuperOffice.WebApi.Data.BLOB GetPersonImageRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.BLOB_GetPersonImageRequest.md)
- [SuperOffice.WebApi.Agents.BLOBAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.BLOBAgent.md)
- [SuperOffice.WebApi.Data.BLOB ChangePersonImageRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.BLOB_ChangePersonImageRequest.md)
