←Select platform

CodecsStartDecompressDataType Enumeration

Summary
Indicates the data format.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public enum CodecsStartDecompressDataType   
typedef NS_ENUM(NSInteger, LTCodecsStartDecompressDataType) { 
 LTCodecsStartDecompressDataTypeStrips,  
 LTCodecsStartDecompressDataTypeTiles 
}; 
public enum CodecsStartDecompressDataType 
public enum class CodecsStartDecompressDataType   
class CodecsStartDecompressDataType(Enum): 
   Strips = 0 
   Tiles = 1 
Members
ValueMemberDescription
0StripsData is in strips.
1TilesData is in tiles.
Requirements

Target Platforms

See Also

Reference

Leadtools.Codecs Namespace

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

Leadtools.Codecs Assembly

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