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.