VintaSoft Imaging .NET SDK 12.4: 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)
    
    
    [DefaultMember("Item")]
    public __gc class TiffPageCollection : public Vintasoft.Imaging.Codecs.ImageFiles.ImagePageCollection<T*>*
    
    
    [DefaultMember("Item")]
    public ref class TiffPageCollection : public Vintasoft.Imaging.Codecs.ImageFiles.ImagePageCollection<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 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also