←Select platform

ShowImageTrueSizeFlag Property

Summary

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

Syntax
C#
C++/CLI
[DataMemberAttribute()] 
[Element(DicomTag.ShowImageTrueSizeFlag)] 
public Nullable<bool> ShowImageTrueSizeFlag { 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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

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