←Select platform

ShowImageTrueSizeFlag Property

Summary

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

Syntax

C#
VB
C++
[DataMemberAttribute()] 
[Element(DicomTag.ShowImageTrueSizeFlag)] 
public Nullable<bool> ShowImageTrueSizeFlag { get; set; } 
<ElementAttribute(7472912),  
 DataMemberAttribute()>  
Public Property ShowImageTrueSizeFlag() As System.Nullable(Of Boolean) 
   Get 
   Set 
public:  
   [ElementAttribute(7472912),  
   DataMemberAttribute] 
   property System::Nullable<bool> ShowImageTrueSizeFlag 
   { 
      System::Nullable<bool> get() 
      void set(System::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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly