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);
}
Value that indicates the data representation of the pixels. Unsigned integers (0) or 2's complement (1).