LEADTOOLS (Leadtools assembly)

Length Property

Show in webframe







Gets or sets the native (unmanaged) data length (size in bytes).
Syntax
public long Length {get; set;}
'Declaration
 
Public Property Length As Long
'Usage
 
Dim instance As RasterNativeBuffer
Dim value As Long
 
instance.Length = value
 
value = instance.Length
public long Length {get; set;}

            

            
 
get_Length();
set_Length(value);
Object.defineProperty('Length');
public:
property int64 Length {
   int64 get();
   void set (    int64 value);
}

Property Value

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

Target Platforms

See Also

Reference

RasterNativeBuffer Structure
RasterNativeBuffer Members

 

 


Products | Support | Contact Us | Copyright Notices

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