←Select platform

Offset Property (CodecsLoadInformationEventArgs)

Summary

Gets or sets the position of the first byte of image data.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public long Offset {get; set;} 
Public Property Offset As Long 
public long Offset {get; set;} 
@property (nonatomic, assign) long offset 
public long getOffset() 
public void setOffset(long value) 
             
  
get_Offset(); 
set_Offset(value); 
Object.defineProperty('Offset');  
public: 
property int64 Offset { 
   int64 get(); 
   void set (    int64 ); 
} 

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Codecs Assembly
Click or drag to resize