←Select platform

Offset Property

Summary

Gets or sets the position of the first byte to load.

Syntax

C#
VB
C++
public int Offset { get; set; } 
  
Public Property Offset As Integer 
public: 
property int Offset { 
   int get(); 
   void set (    int ); 
} 

Property Value

An integer value that specifies the position of the first byte to load.

Remarks

This must be set before passing this class to the LEAD functions. Typically, this is set to 0.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly