←Select platform

StripSize Property

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
public int StripSize { get; set; } 
Public Property StripSize As Integer 
@property (nonatomic, assign) NSUInteger stripSize 
public int getStripSize() 
public void setStripSize(int value) 
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

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