←Select platform

Signed Property

Summary

Determines if the image data contains signed values.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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');  
public: 
property bool Signed { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true if the image data contains signed (i.e. positive and negative) values; false, otherwise.

Example

For an example, refer to ClearNegativePixelsCommand.

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 Assembly