> ## 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.Person GetPersonImagesRequest

# <a id="SuperOffice_WebApi_Data_Person_GetPersonImagesRequest" /> Class Person\_GetPersonImagesRequest

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

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

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[Person\_GetPersonImagesRequest](SuperOffice.WebApi.Data.Person_GetPersonImagesRequest.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_Person_GetPersonImagesRequest__ctor" /> Person\_GetPersonImagesRequest()

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

## Properties

### <a id="SuperOffice_WebApi_Data_Person_GetPersonImagesRequest_PersonIds" /> PersonIds

```csharp theme={null}
public int[] PersonIds { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Person_GetPersonImagesRequest_ScaledHeight" /> ScaledHeight

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Person_GetPersonImagesRequest_ScaledWidth" /> ScaledWidth

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

#### Property Value

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


## Related topics

- [SuperOffice.WebApi.Data.Person GetPersonImageRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Person_GetPersonImageRequest.md)
- [SuperOffice.WebApi.Data.BLOB GetPersonImageRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.BLOB_GetPersonImageRequest.md)
- [SuperOffice.WebApi.Data.BLOB GetPersonImageWithSizeRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.BLOB_GetPersonImageWithSizeRequest.md)
- [SuperOffice.WebApi.Data.Person SetPersonImageRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Person_SetPersonImageRequest.md)
- [SuperOffice.WebApi.Data.BLOB ChangePersonImageRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.BLOB_ChangePersonImageRequest.md)
- [SuperOffice.WebApi.Data.BLOB SetPersonImageRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.BLOB_SetPersonImageRequest.md)
