PixelRepresentation Enumeration

Summary

Represents how the pixel values are stored.

Syntax
C#
VB
C++
public enum PixelRepresentation   
Public Enum PixelRepresentation  
public enum class PixelRepresentation   

Members
ValueMemberDescription
0Undefined Pixel representation is undefined.
0Unsigned_Integer Pixel values are stored as unsigned integers.
1TwosComplement Pixel values are stored as twos complement.

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