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

GetMode() public method

Gets the mode with which the underlying file or stream was opened.
public GetMode ( ) : int
return int
        public int GetMode()
        {
            return m_mode;
        }
Tiff