PDF for UWP | ComponentOne
C1.Xaml.Pdf Namespace / PdfPageCollection Class
Members

In This Topic
    PdfPageCollection Class
    In This Topic
    A collection of PdfPage objects that make up the document.
    Object Model
    PdfPageCollection Class
    Syntax
    'Declaration
     
    
    <DefaultMemberAttribute("Item")>
    <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)>
    <DebuggerDisplayAttribute("Count = {Count}")>
    Public Class PdfPageCollection 
       Inherits System.Collections.Generic.List(Of PdfPage)
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
    [DebuggerDisplay("Count = {Count}")]
    public class PdfPageCollection : System.Collections.Generic.List<PdfPage> 
    Inheritance Hierarchy

    System.Object
       System.Collections.Generic.List<T>
          C1.Xaml.Pdf.PdfPageCollection

    See Also