C#
VB
Java
Objective-C
WinRT C#
C++
Determines if the image data contains signed values.
public bool Signed { get; set; }
Public Property Signed As Boolean
public bool Signed {get; set;}
@property (nonatomic, assign) BOOL isSignedData
public boolean getSigned()
public void setSigned(boolean value)
<br/>get_Signed();<br/>set_Signed(value);<br/>Object.defineProperty('Signed');
true if the image data contains signed (i.e. positive and negative) values; false, otherwise.
For an example, refer to ClearNegativePixelsCommand.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET