←Select platform

PixelRepresentation Property

Summary

Gets or sets the data representation of the pixels. Unsigned integers (0) or 2's complement (1).

Syntax

C#
VB
Java
WinRT C#
C++
public int PixelRepresentation { get; set; } 
Public Property PixelRepresentation As Integer 
public int PixelRepresentation {get; set;} 
public int getPixelRepresentation() 
public void setPixelRepresentation(int value) 
             
 <br/>get_PixelRepresentation();<br/>set_PixelRepresentation(value);<br/>Object.defineProperty('PixelRepresentation');  
public: 
property int PixelRepresentation { 
   int get(); 
   void set (    int value); 
} 

Property Value

Value that indicates the data representation of the pixels. Unsigned integers (0) or 2's complement (1).

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 Assembly