Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

StripSize Property








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) 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 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

Error processing SSI file