←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) 
             
 <br/>get_StripSize();<br/>set_StripSize(value);<br/>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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly