Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

IsSigned Property








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

Error processing SSI file