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

    Parameters

    value
    The boolean value 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