Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / OfficeArtBStoreContainer Class / Deflate Method


In This Topic
Deflate Method
In This Topic
Syntax
'Declaration
 
Public Shared Function Deflate( _
   ByVal inp() As Byte, _
   ByVal strict As Boolean _
) As Byte()
 
'Usage
 
Dim inp() As Byte
Dim strict As Boolean
Dim value() As Byte
 
value = OfficeArtBStoreContainer.Deflate(inp, strict)

Parameters

inp
strict
See Also