LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

OffsetCount Property






Gets the number of bytes that make up the actual image data being loaded. .NET support
Syntax
public long OffsetCount {get;}
'Declaration
 
Public ReadOnly Property OffsetCount As Long
'Usage
 
Dim instance As CodecsLoadImageEventArgs
Dim value As Long
 
value = instance.OffsetCount
public long OffsetCount {get;}
 get_OffsetCount(); 
public:
property int64 OffsetCount {
   int64 get();
}

Property Value

The number of bytes that make up the actual image data being loaded.
Remarks

This is only valid if OffsetValid is true.

This is the same value passed to the RasterCodecs.Load methods that takes a offset parameter

.
Example
For an example, refer to RasterCodecs.LoadImage.
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

CodecsLoadImageEventArgs Class
CodecsLoadImageEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices

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