LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
BufferArray Property
See Also 
Leadtools Namespace > RasterImageResizeEventArgs Class : BufferArray Property



Gets the managed buffer that holds the resized row. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property BufferArray As Byte()
Visual Basic (Usage)Copy Code
Dim instance As RasterImageResizeEventArgs
Dim value() As Byte
 
value = instance.BufferArray
C# 
public byte[] BufferArray {get;}
C++/CLI 
public:
property array<byte>^ BufferArray {
   array<byte>^ get();
}

Property Value

The managed buffer that holds the resized row.

Example

For an example, refer to RasterImageResize.

Remarks

Use Buffer to get the buffer as an managed pointer.

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7

See Also