Save method of Bitmap class does not truncate file size (312119)
The information in this article applies to:
- Microsoft .NET Framework 2.0
- Microsoft .NET Framework Class Libraries 1.0
- Microsoft Visual C++ 2005 Express Edition
- Microsoft Visual C++ .NET (2003)
- Microsoft Visual C++ .NET (2002)
- Microsoft .NET Framework 1.0
- Microsoft Visual Basic .NET (2002)
- Microsoft Visual Basic 2005
- Microsoft Visual C# .NET (2002)
- Microsoft Visual C# 2005
This article was previously published under Q312119 Note Microsoft Visual C++ .NET (2002) supports both the managed code
model that is provided by the Microsoft .NET Framework and the unmanaged native
Microsoft Windows code model. The information in this article applies only to
unmanaged Visual C++ code. Note Microsoft Visual C++ 2005 supports both the managed code
model that is provided by the Microsoft .NET Framework and the unmanaged native
Microsoft Windows code model. The following .NET Framework Class Library namespaces are
referenced in this article:
SYMPTOMS When you invoke the Save method of the Bitmap class to overwrite an existing file of the same name, the
resulting file is not truncated as expected. CAUSE This behavior occurs because the implementation of the Save method does not truncate any already existing file.
RESOLUTION To work around this issue, delete the file before you
invoke the Bitmap.Save method.
The file can be deleted in Visual Basic .NET
or in Visual Basic 2005 and C# by using the System.IO.File.Delete method provided by the .NET Framework in the System.IO namespace.
Modification Type: | Minor | Last Reviewed: | 10/4/2006 |
---|
Keywords: | kbvs2005swept kbvs2005applies kbprb kbreadme KB312119 kbAudDeveloper |
---|
|