VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Ico Namespace / IconPageCollection Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    IconPageCollection Class
    In This Topic
    Represents a page collection of Icon file.
    Object Model
    IconPage IconPageCollection
    Syntax
    'Declaration
    
    <DefaultMemberAttribute("Item")>
    Public Class IconPageCollection
       Inherits Vintasoft.Imaging.Codecs.ImageFiles.ImagePageCollection(Of T)
    
    
    [DefaultMember("Item")]
    public __gc class IconPageCollection : public Vintasoft.Imaging.Codecs.ImageFiles.ImagePageCollection<T*>*
    
    
    [DefaultMember("Item")]
    public ref class IconPageCollection : public Vintasoft.Imaging.Codecs.ImageFiles.ImagePageCollection<T^>^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Codecs.ImageFiles.ImagePageCollection<Vintasoft.Imaging.Codecs.ImageFiles.Ico.IconPage>
          Vintasoft.Imaging.Codecs.ImageFiles.Ico.IconPageCollection

    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