Gets and sets the height clipping bound for the image data.
public int ClipHeight {get; set;}
public: __property int get_ClipHeight();
public: __property void set_ClipHeight(
int value
);
public:
property int ClipHeight {
int get();
void set ( int value);
}
'Declaration
Public Property ClipHeight As Integer
'Usage
Dim instance As ImageDataInfo
Dim value As Integer
instance.ClipHeight = value
value = instance.ClipHeight
Property Value
An integer value which represents the height of the clipping.