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

LastDirectory() public method

Returns an indication of whether the current directory is the last directory in the file.
public LastDirectory ( ) : bool
return bool
        public bool LastDirectory()
        {
            return (m_nextdiroff == 0);
        }
Tiff