In This Topic
GdPicture14 Namespace / ThumbnailEx Class / ThumbnailSize Property

ThumbnailSize Property (ThumbnailEx)

In This Topic
The size, in pixel, of each thumbnail. Default value is (128, 128).
Syntax
'Declaration
 
Public Property ThumbnailSize As Size
public Size ThumbnailSize {get; set;}
public read-write property ThumbnailSize: Size; 
public function get,set ThumbnailSize : Size
public: __property Size get_ThumbnailSize();
public: __property void set_ThumbnailSize( 
   Size value
);
public:
property Size ThumbnailSize {
   Size get();
   void set (    Size value);
}
Remarks
For COM version: this property might not be reachable within some environments, in this case use the SetItemsSize method instead.
See Also