←Select platform

ImageWidth Property

Summary

Gets or sets the RasterImage image width (pixels) of the structured display.

Syntax
C#
VB
C++
public int ImageWidth { get; set; } 
Public Property ImageWidth() As Integer 
   Get 
   Set 
public:  
   property Int32 ImageWidth 
   { 
      Int32 get() 
      void set(Int32 value) 
   } 

Property Value

The RasterImage image width (pixels) of the structured display.

Remarks

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.

Example

For an example, refer to StructuredDisplayImageOptions.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.