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

Offset Property (CodecsLoadInformationEventArgs)






Gets or sets the position of the first byte of image data. .NET support WinRT support Silverlight support
Syntax
public long Offset {get; set;}
'Declaration
 
Public Property Offset As Long
'Usage
 
Dim instance As CodecsLoadInformationEventArgs
Dim value As Long
 
instance.Offset = value
 
value = instance.Offset
public long Offset {get; set;}
 get_Offset();
set_Offset(value);
public:
property int64 Offset {
   int64 get();
   void set (    int64 value);
}

Property Value

The position of the first byte of image data. This can be 0 if your file does not have a header.
Example
For an example, refer to RasterCodecs.LoadInformation.
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

CodecsLoadInformationEventArgs Class
CodecsLoadInformationEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices

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