VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles Namespace / ImageFileSource Class / WriteByte(Byte) Method
Syntax Requirements SeeAlso
In This Topic
    WriteByte(Byte) Method (ImageFileSource)
    In This Topic
    Writes an unsigned byte to the stream of the image file and advances the stream position by one byte.
    Syntax
    'Declaration
    
    Public Sub WriteByte( _
    ByVal value
    The unsigned byte to write.
    As Byte _
    )
    public void WriteByte(
    byte value
    )
    public: void WriteByte(
    byte value
    )
    public:
    void WriteByte(
    byte value
    )

    Parameters

    value
    The unsigned byte to write.
    Requirements

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

    See Also