Gets the image collection that is part of this TiffFile.
Namespace:
Atalasoft.Imaging.Codec.Tiff
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic TiffDirectoryCollection Images { get; }Public ReadOnly Property Images As TiffDirectoryCollection
Get
Property Value
Type:
TiffDirectoryCollection A TiffDirectoryCollection representing each image in the file.
See Also