LEADTOOLS (Leadtools assembly)

Signed Property

Show in webframe







Determines if the image data contains signed values.
Syntax
public bool Signed {get; set;}
'Declaration
 
Public Property Signed As Boolean
'Usage
 
Dim instance As RasterImage
Dim value As Boolean
 
instance.Signed = value
 
value = instance.Signed
public bool Signed {get; set;}
@property (nonatomic, assign) BOOL signedData;
public boolean getSigned()
public void setSigned(boolean value)
            
 
get_Signed();
set_Signed(value);
Object.defineProperty('Signed');
public:
property bool Signed {
   bool get();
   void set (    bool value);
}

Property Value

true if the image data contains signed (i.e. positive and negative) values; false, otherwise.
Example
For an example, refer to Leadtools.ImageProcessing.ClearNegativePixelsCommand.
Requirements

Target Platforms

See Also

Reference

RasterImage Class
RasterImage Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.