Visual Basic (Declaration) | |
---|---|
Public Property BufferValue As Stream |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public Stream BufferValue {get; set;} |
Return Value
The WIA property buffer value.For an example, refer to WiaSession.GetPropertyBuffer.
To get the WIA property Buffer value from this property, call the GetPropertyBuffer method first to ensure this property contains valid value, and to set this property you need to provide it with your Stream buffer and then call the SetPropertyBuffer method.
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family