LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

Length Property






Gets or sets the native (unmanaged) data length (size in bytes). WinRT support
Syntax
public uint Length {get; set;}
'Declaration
 
Public Property Length As UInteger
'Usage
 
Dim instance As RasterNativeBuffer
Dim value As UInteger
 
instance.Length = value
 
value = instance.Length
public uint Length {get; set;}
 get_Length();
set_Length(value);
public:
property uint Length {
   uint get();
   void set (    uint value);
}

Property Value

An System.UInt32 value that represents the native (unmanaged) data length (size in bytes).
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterNativeBuffer Structure
RasterNativeBuffer Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.