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

CurrentStrip() public method

Gets the current strip that is being read or written.
The current strip is updated each time a read or write is done.
public CurrentStrip ( ) : int
return int
        public int CurrentStrip()
        {
            return m_curstrip;
        }
Tiff