VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Utils Namespace / SimpleBitWriter Class / WriteBits Methods / WriteBits(Int32,Int32) Method
Syntax Requirements SeeAlso
In This Topic
    WriteBits(Int32,Int32) Method (SimpleBitWriter)
    In This Topic
    Writes bits into the byte array.
    Syntax
    'Declaration
    
    Public Overloads Sub WriteBits( _
    ByVal value
    Value which contains bits to write.
    As System.Int32, _
    ByVal dataSize
    THe data size.
    As System.Int32 _
    )
    public void WriteBits(
    System.Int32 value,
    System.Int32 dataSize
    )
    public: void WriteBits(
    System.Int32 value,
    System.Int32 dataSize
    )
    public:
    void WriteBits(
    System.Int32 value,
    System.Int32 dataSize
    )

    Parameters

    value
    Value which contains bits to write.
    dataSize
    THe data size.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also