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

<DefaultMemberAttribute("Item")>
Public Class TiffPageCollection
   Inherits Vintasoft.Imaging.Codecs.ImageFiles.ImagePageCollection(Of T)

Remarks

Instance of this class cannot be created directly, it can be received only from the Pages of TiffFile object.

Inheritance Hierarchy

System.Object
   Vintasoft.Imaging.Codecs.ImageFiles.ImagePageCollection<Vintasoft.Imaging.Codecs.ImageFiles.Tiff.TiffPage>
      Vintasoft.Imaging.Codecs.ImageFiles.Tiff.TiffPageCollection

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