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

IsMSB2LSB() public method

Gets the value indicating whether the image data is being returned in MSB-to-LSB bit order.
public IsMSB2LSB ( ) : bool
return bool
        public bool IsMSB2LSB()
        {
            return isFillOrder(FillOrder.MSB2LSB);
        }
Tiff