C#
VB
C++
Gets or sets the new width for the image.
[DataMemberAttribute(Name="Width", IsRequired=true)]
public int Width { get; set; }
<DataMemberAttribute(Name="Width", IsRequired=True)>
Public Property Width As Integer
[DataMemberAttribute(Name="Width", IsRequired=true)]
public:
property int Width {
int get();
void set ( int );
}
The new image's width 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