VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Tiff Namespace / TiffFileFormat Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
TiffFileFormat Enumeration
In This Topic
Specifies available formats of TIFF file.
Syntax
'Declaration

Public Enum TiffFileFormat
   Inherits System.Enum

public enum TiffFileFormat : System.Enum

Members
MemberDescription
LittleEndianByte order is from the least significant byte to the most significant byte. This format is used by Intel platform, i.e. on PC computers.
BigEndianByte order is from the most significant byte to the least significant byte. This format is used by Motorola platform, i.e. on Mac computers.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Vintasoft.Imaging.Codecs.ImageFiles.Tiff.TiffFileFormat

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also