Spread Windows Forms 17
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)
    public static byte[] Deflate( 
       byte[] inp,
       bool strict
    )

    Parameters

    inp
    strict
    See Also