LEADTOOLS Image File Support (Leadtools.Codecs assembly)

IsSigned Property

Show in webframe







Determines whether the image data is signed.
Syntax
public bool IsSigned {get;}
'Declaration
 
Public ReadOnly Property IsSigned As Boolean
'Usage
 
Dim instance As CodecsImageInfo
Dim value As Boolean
 
value = instance.IsSigned
public bool IsSigned {get;}
@property (nonatomic, assign, readonly) BOOL isSigned;
public boolean isSigned()
 get_IsSigned(); 
public:
property bool IsSigned {
   bool get();
}

Property Value

true if the image data contains signed (negative) values; false, otherwise.
Example
For an example, refer to CodecsImageInfo.
Requirements

Target Platforms

See Also

Reference

CodecsImageInfo Class
CodecsImageInfo Members

 

 


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