←Select platform

ShowImageTrueSizeFlag Property

Summary

Gets or sets the Display Set Show Image True Size Flag (Optional).

Syntax
C#
VB
C++
[Element(DicomTag.ShowImageTrueSizeFlag)] 
[DataMemberAttribute()] 
public Nullable<bool> ShowImageTrueSizeFlag { get; set; } 
<DataMemberAttribute(),  
 ElementAttribute(New DicomTag.ShowImageTrueSizeFlag())>  
Public Property ShowImageTrueSizeFlag() As Nullable(Of Boolean) 
   Get 
   Set 
public:  
   [DataMemberAttribute,  
   ElementAttribute((gcnew DicomTag::ShowImageTrueSizeFlag()))] 
   property Nullable<bool>^ ShowImageTrueSizeFlag 
   { 
      Nullable<bool>^ get() 
      void set(Nullable<bool>^ value) 
   } 

Property Value

The Display Set Show Image True Size Flag.

Remarks

The ShowImageTrueSizeFlag determines whether to display the images(s) with the physical size of the rendered image pixel the same on the screen as specified in the image attributes.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly