Grooper Help - Version 25.0
25.0.0017 2,127
  • Overview
  • Help Status

TIFF Page

Grooper Object Grooper.IP

Provides detailed information about a single page within a TIFF document.

Remarks

TifPage exposes image properties and metadata for an individual page in a multi-page TIFF file.

Usage

  • Accessed via the Pages property of .
  • Used for page-level inspection, image processing, or metadata extraction.

Available Properties

  • : Image width in pixels.
  • : Image height in pixels.
  • : The color/pixel format of the page.
  • / : Horizontal and vertical resolution in DPI.
  • : XMP metadata as a UTF-8 string, if present.
  • : Dictionary of all TIFF tags for the page.
  • : Dictionary of all EXIF tags for the page.

Integration

TifPage is used by downstream activities such as image analysis, conversion, and metadata-driven workflows.

Properties

NameTypeDescription

Used By

Notification