| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property Buffer As RasterNativeBuffer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As CodecsLoadImageEventArgs Dim value As RasterNativeBuffer value = instance.Buffer | |
| C# | |
|---|---|
public RasterNativeBuffer Buffer {get;} | |
| C++/CLI | |
|---|---|
public: property RasterNativeBuffer Buffer { RasterNativeBuffer get(); } | |
Property Value
A Leadtools.RasterNativeBuffer object containing one or more lines of output image data. The buffer has has already processed (read or decompressed).For an example, refer to RasterCodecs.LoadImage.
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code