←Select platform

CellHeight Property

Summary

Gets or sets the height of the thumbnail image.

Syntax

C#
VB
C++
public int CellHeight { get; set; } 
Public Property CellHeight As Integer 
public: 
property int CellHeight { 
   int get(); 
   void set (    int ); 
} 

Property Value

Height of the thumbnail image. This property only accepts positive values.

Example

Refer to PicturizeSingleCommand.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly