Sendbird Chat SDK for .NET
SbThumbnailSize

Represents image thumbnail size. Currently this is valid only for image files. More...

Public Member Functions

 SbThumbnailSize (int inMaxWidth, int inMaxHeight)
 

Properties

int MaxWidth [get, set]
 The maximum width of thumbnail to be generated. More...
 
int MaxHeight [get, set]
 The maximum height of thumbnail to be generated. More...
 

Detailed Description

Represents image thumbnail size. Currently this is valid only for image files.

Since
4.0.0

Constructor & Destructor Documentation

◆ SbThumbnailSize()

SbThumbnailSize ( int  inMaxWidth,
int  inMaxHeight 
)
Since
4.0.0

Property Documentation

◆ MaxHeight

int MaxHeight
getset

The maximum height of thumbnail to be generated.

Since
4.0.0

◆ MaxWidth

int MaxWidth
getset

The maximum width of thumbnail to be generated.

Since
4.0.0