LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Signed Property (CodecsLoadOptions)

Show in webframe







Indicates whether to load the image with negative pixel values.
Syntax
public bool Signed {get; set;}
'Declaration
 
Public Property Signed As Boolean
'Usage
 
Dim instance As CodecsLoadOptions
Dim value As Boolean
 
instance.Signed = value
 
value = instance.Signed
public bool Signed {get; set;}
@property (nonatomic, assign) BOOL isSigned;
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 to load and keep negative pixel values, false to set negative pixel values to 0.
Example
For an example, refer to CodecsOptions.
Requirements

Target Platforms

See Also

Reference

CodecsLoadOptions Class
CodecsLoadOptions Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.