←Select platform

Signed Property

Summary
Indicates whether to load the image with negative pixel values.
Syntax
C#
VB
Objective-C
C++
Java
public bool Signed { get; set; } 
Public Property Signed As Boolean 
@property (nonatomic, assign) BOOL isSigned 
public boolean getSigned() 
public void setSigned(boolean value) 
public: 
property bool Signed { 
   bool get(); 
   void set (    bool ); 
} 

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

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.