←Select platform

StripSize Property

Summary

Gets or sets the size of the data strip before it is decompressed.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int StripSize {get; set;} 
Public Property StripSize As Integer 
public int StripSize {get; set;} 
@property (nonatomic, assign) NSUInteger stripSize 
public int getStripSize() 
public void setStripSize(int value) 
             
  
get_StripSize(); 
set_StripSize(value); 
Object.defineProperty('StripSize');  
public: 
property int StripSize { 
   int get(); 
   void set (    int ); 
} 

Property Value

The size of the data strip before it is decompressed.

Example

For an example, refer to RasterCodecs.LoadInformation.

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