←Select platform

IsSigned Property

Summary
Determines whether the image data is signed.
Syntax
C#
VB
Objective-C
C++
Java
public bool IsSigned { get; } 
Public ReadOnly Property IsSigned As Boolean 
@property (nonatomic, assign, readonly) BOOL isSigned 
public boolean 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

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.