←Select platform

Type Property

Summary

Gets or sets values that indicate how to process bits outside the low bit to high bit range.

Syntax
C#
VB
Objective-C
C++
Java
public ConvertUnsignedToSignedCommandType Type { get; set; } 
Public Property Type As ConvertUnsignedToSignedCommandType 
@property (nonatomic, assign) LTConvertUnsignedToSignedCommandType type 
public ConvertUnsignedToSignedCommandType getType() 
public void setType(ConvertUnsignedToSignedCommandType value) 

Property Value

Values that indicate how to process bits outside the low bit to high bit range.

Example

Refer to ConvertUnsignedToSignedCommand example.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Core Assembly