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

Offset Property (CodecsSaveImageEventArgs)






Gets the offset to the start of the image data. .NET support
Syntax
public long Offset {get;}
'Declaration
 
Public ReadOnly Property Offset As Long
'Usage
 
Dim instance As CodecsSaveImageEventArgs
Dim value As Long
 
value = instance.Offset
public long Offset {get;}
 get_Offset(); 
public:
property int64 Offset {
   int64 get();
}

Property Value

The offset to the start of the image data.
Remarks

This is only valid if OffsetValid is true.

This is the same value passed to the RasterCodecs.Save methods that accepts a offset parameter.

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

CodecsSaveImageEventArgs Class
CodecsSaveImageEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices

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