C#
VB
C++
Gets or sets the new height for the image.
[DataMemberAttribute(Name="Height", IsRequired=true)]
public int Height { get; set; }
<DataMemberAttribute(Name="Height", IsRequired=True)>
Public Property Height As Integer
[DataMemberAttribute(Name="Height", IsRequired=true)]
public:
property int Height {
int get();
void set ( int );
}
The new image's height in pixels.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET