BitmapEncoder.GeneratedThumbnailHeight Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The height of the thumbnail, in pixels. The default value is 120 pixels.