C#
VB
C++
Gets or sets the Display Set Show Image True Size Flag (Optional).
[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)
}
The Display Set Show Image True Size Flag.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET