Gets or sets the value that represents the height in pixels of the vignette ellipse or rectangle objects.
public int Height { get; set; }
Public Property Height As Integer
public int Height {get; set;}
get_Height();
set_Height(value);
Object.defineProperty('Height');
Represents the value that indicates the height in pixels of the vignette ellipse or rectangle objects.This property is ignored if the VignnetCommandFlags.Circle or VignnetCommandFlags.Square flag is set.
Refer to VignnetCommand example.
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