←Select platform

DataType Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
@property (nonatomic, assign) LTCodecsStartDecompressDataType dataType 
public CodecsStartDecompressDataType getDataType() 
public void setDataType(CodecsStartDecompressDataType value) 
             
  
get_DataType(); 
set_DataType(value); 
Object.defineProperty('DataType');  

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Codecs Assembly
Click or drag to resize