Reviewing TIFF options in detail
Aspose.Imaging uses ImageOptionsBase-based objects to set up file formats when saving or creating images. TIFF format, as such, is configured via instances of TiffOptions class. As I’ve noted in previous article, TiffOptions can also be read from loaded image, so you can get information about format’s settings for the particular file. Most of the properties of TiffOptions apply to indivitual TiffFrames, with only few properties related to TiffImage as a collection of TiffFrames. Given multi-image nature of TIFF, I will refer to whole TIFF, represented as TiffImage as “file”, and to individual images within, represented as TiffFrame, as “image” or “page”.