Click or drag to resize

TiffFileImages Property

Gets the image collection that is part of this TiffFile.

Namespace:  Atalasoft.Imaging.Codec.Tiff
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public TiffDirectoryCollection Images { get; }

Property Value

Type: TiffDirectoryCollection
A TiffDirectoryCollection representing each image in the file.
See Also