PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1PageCollection Class / InnerList Property

In This Topic
    InnerList Property (C1PageCollection)
    In This Topic
    Gets the List used internally to store the elements of the current C1.C1Preview.Util.FastList.
    Syntax
    'Declaration
     
    Protected ReadOnly Property InnerList As List(Of Object)
    protected List<object> InnerList {get;}
    See Also