←Select platform

ShowGrayscaleInverted Property

Summary

Gets or sets the whether to show the image Grayscale Inverted (Optional).

Syntax

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

Property Value

Value that determines whether to show the image Grayscale Inverted.

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