BitMiracle.LibTiff.Classic.Tiff.CurrentDirOffset C# (CSharp) Method

CurrentDirOffset() public method

Retrieves the file/stream offset of the current directory.
public CurrentDirOffset ( ) : long
return long
        public long CurrentDirOffset()
        {
            return m_diroff;
        }
Tiff