←Select platform

Signed Property

Summary

Determines if the image data contains signed values.

Syntax
C#
VB
Objective-C
C++
Java
public bool Signed { get; set; } 
Public Property Signed As Boolean 
@property (nonatomic, assign) BOOL isSignedData 
public boolean getSigned() 
public void setSigned(boolean value) 
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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly