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

GetTagMethods() public method

Gets the currently used tag methods.
public GetTagMethods ( ) : TiffTagMethods
return TiffTagMethods
        public TiffTagMethods GetTagMethods()
        {
            return m_tagmethods;
        }
Tiff