int headerSize();
Function headerSize() returns a length of a header in a dbf file, i.e. offset to the first record.
{
// your code
Console.WriteLine( "Header Size = {0}", dbf.headerSize() );
// your code
}