BitmapEncoder.GeneratedThumbnailHeight Property

Definition

The height, in pixels, of any generated thumbnail.

public:
 property unsigned int GeneratedThumbnailHeight { unsigned int get(); void set(unsigned int value); };
uint32_t GeneratedThumbnailHeight();

void GeneratedThumbnailHeight(uint32_t value);
public uint GeneratedThumbnailHeight { get; set; }
var uInt32 = bitmapEncoder.generatedThumbnailHeight;
bitmapEncoder.generatedThumbnailHeight = uInt32;
Public Property GeneratedThumbnailHeight As UInteger

Property Value

UInt32

unsigned int

uint32_t

The height of the thumbnail, in pixels. The default value is 120 pixels.

Applies to