LEADTOOLS Image File Support (Leadtools.Codecs assembly)

StripSize Property

Show in webframe







Gets or sets the size of the data strip before it is decompressed.
Syntax
public int StripSize {get; set;}
'Declaration
 
Public Property StripSize As Integer
'Usage
 
Dim instance As CodecsLoadInformationEventArgs
Dim value As Integer
 
instance.StripSize = value
 
value = instance.StripSize
public int StripSize {get; set;}
@property (nonatomic, assign) unsigned int 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 value);
}

Property Value

The size of the data strip before it is decompressed.
Example
For an example, refer to RasterCodecs.LoadInformation.
Requirements

Target Platforms

See Also

Reference

CodecsLoadInformationEventArgs Class
CodecsLoadInformationEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.