Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Length Property








Gets or sets the native (unmanaged) data length (size in bytes).
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;}
 <br/>get_Length();<br/>set_Length(value);<br/>Object.defineProperty('Length_WinRT'); 
public:
property uint Length {
   uint get();
   void set (    uint value);
}

Property Value

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

Target Platforms

See Also

Reference

RasterNativeBuffer Structure
RasterNativeBuffer Members

Error processing SSI file