Gets or sets the RasterImage image width (pixels) of the structured display.
public int ImageWidth { get; set; }
public:
property Int32 ImageWidth
{
Int32 get()
void set(Int32 value)
}
The RasterImage image width (pixels) of the structured display.
The GetStructuredDisplayImage returns a RasterImage of a DICOM structured display. This a single image that includes all the referenced images laid out as defined in the structured display.
The ImageWidth is used to specify the resulting image width in pixels.
The minimum width is 800 pixels and the maximum width is 4000 pixels. Any value less than 800 pixels is considered to be 800 pixels. Any value more than 4000 pixels is considered to be 4000 pixels.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document