←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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

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