←Select platform

DataType Property

Summary

Gets or sets a value indicating whether strips or tiles are being decompressed.

Syntax
C#
VB
Objective-C
C++
Java
public CodecsStartDecompressDataType DataType { get; set; } 
Public Property DataType As CodecsStartDecompressDataType 
@property (nonatomic, assign) LTCodecsStartDecompressDataType dataType 
public CodecsStartDecompressDataType getDataType() 
public void setDataType(CodecsStartDecompressDataType value) 

Property Value

A value indicating whether strips or tiles are being decompressed.

Remarks

Strips have a width equal to the image width, but tiles can have a width that is less than the image width.

Example

For an example, refer to RasterCodecs.StartDecompress.

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.Codecs Assembly