←Select platform

RasterConvertToDibType Enumeration

Summary
Options for converting image to Windows Device Independent Bitmap (DIB).
Syntax
C#
Objective-C
C++/CLI
Python
public enum RasterConvertToDibType 
typedef NS_ENUM(NSInteger, LTRasterConvertToDibType) { 
 LTRasterConvertToDibTypeBitmapInfoHeader = 0,  
 LTRasterConvertToDibTypeBitmapV4Header = 1,  
 LTRasterConvertToDibTypeBitmapV5Header = 2 
}; 
public enum class RasterConvertToDibType   
class RasterConvertToDibType(Enum): 
   BitmapInfoHeader = 0 
   BitmapV4Header = 1 
   BitmapV5Header = 2 
Members
ValueMemberDescription
0BitmapInfoHeaderDIB that uses a BITMAPINFOHEADER.
1BitmapV4HeaderDIB that uses a BITMAPV4HEADER. (Introduced in Windows 95 and Windows NT 4.0).
2BitmapV5HeaderDIB that uses a BITMAPV5HEADER (Introduced in Windows 2000 and Windows 98).
Requirements

Target Platforms

See Also

Reference

Leadtools Namespace

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

Leadtools Assembly

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