VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Tiff Namespace / TiffPage Class
Members Object Syntax Remarks Hierarchy Requirements SeeAlso
In This Topic
TiffPage Class
In This Topic
Represents a page of TIFF file.
Object Model
TiffImageFileDirectory Resolution Palette ImageFileSource TiffPage
Syntax
'Declaration

Public NotInheritable Class TiffPage
   Inherits Vintasoft.Imaging.Codecs.ImageFiles.ImagePage

public sealed class TiffPage : Vintasoft.Imaging.Codecs.ImageFiles.ImagePage

Remarks

Class allows to:

  • get TIFF Image File Directory of page
  • get information about page image (width, height, bits per pixel, palette, resolution, compression)
  • get page image
  • get strip of page image
  • get tile of page image
  • save page image to a file or stream

Inheritance Hierarchy

System.Object
   Vintasoft.Imaging.Codecs.ImageFiles.ImageFileBlock
      Vintasoft.Imaging.Codecs.ImageFiles.ImagePage
         Vintasoft.Imaging.Codecs.ImageFiles.Tiff.TiffPage

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