←Select platform

PixelRepresentation Property

Summary
Gets or sets the data representation of the pixels. Unsigned integers (0) or 2's complement (1).
Syntax
C#
Objective-C
C++/CLI
Java
public int PixelRepresentation { get; set; } 
@property (nonatomic, assign) NSInteger pixelRepresentation; 
public int getPixelRepresentation() 
public void setPixelRepresentation(int value) 
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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.