←Select platform

PixelRepresentation Property

Summary

Gets or Sets the pixel representation.

Syntax

C#
VB
C++
[DataMemberAttribute()] 
public int PixelRepresentation { get; set; } 
  
Public Property PixelRepresentation As Integer 
public: 
property int PixelRepresentation { 
   int get(); 
   void set (    int ); 
} 

Property Value

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

Requirements

Target Platforms

See Also

Reference

ImageInfo Class

ImageInfo Members

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Services Assembly