Cloud Storage Integrator - Online Help
Cloud Storage Integrator
Questions / Feedback?

ThumbnailSize Property

The size of the thumbnail in pixels.

Syntax

[VB.NET]
Public Property ThumbnailSize As BoxThumbnailSizes

[C#]
public BoxThumbnailSizes ThumbnailSize {get; set;}

enum BoxThumbnailSizes { bts32x32, bts94x94, bts160x160, bts320x320, bts64x64, bts128x128, bts256x256 }

Remarks

This property defines the size of the thumbnail to be returned. The applicable sizes depend on the value of ThumbnailFormat.

Applicable values for PNG:

  • 0 (bts32x32 - default)
  • 4 (bts64x64)
  • 5 (bts128x128)
  • 6 (bts256x256)

Applicable values for JPG:

  • 0 (bts32x32 - defalut)
  • 1 (bts94x94)
  • 2 (bts160x160)
  • 3 (bts320x320)

Default Value

0

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 1.0.6240.0