Unit 'FPTiffCmn' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl-image]

TTiffHeader

Declaration

Source position: fptiffcmn.pas line 134

type TTiffHeader = packed record

  ByteOrder: Word;

  case Version: Word of

    42: (

        IFDStart: DWord;

      );

    43: (

        BigTIFF_padA: Word;

        BigTiff_padB: Word;

      );

end;


Documentation generated on: 2025-07-25