Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / GcIco Class / Frames Property

In This Topic
    Frames Property (GcIco)
    In This Topic
    Gets the list of IcoFrames.
    Syntax
    'Declaration
     
    Public ReadOnly Property Frames As System.Collections.Generic.List(Of IcoFrame)
    public System.Collections.Generic.List<IcoFrame> Frames {get;}
    See Also