C#
VB
WinRT C#
C++
Gets or sets the value that represents the value which indicates the dimension of the vignette object in pixels.
public int Width { get; set; }
Public Property Width As Integer
public int Width {get; set;}
get_Width();
set_Width(value);
Object.defineProperty('Width');
Represents the value that indicates the dimension of the vignette object in pixels.
If Flags property contains: | Then, Width property contains: |
VignnetCommandFlags.Square | Square width |
VignnetCommandFlags.Rectangle | Rectangle width |
VignnetCommandFlags.Circle | Circle radius. |
VignnetCommandFlags.Ellipse | Ellipse width. |
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