Documents for PDF, .NET Edition Documentation
LogEntryList Class
Members 

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf.Log Namespace : LogEntryList Class
Defines list of LogEntryBase objects.
Object Model
LogEntryList Class
Syntax
'Declaration
 
Public Class LogEntryList 
   Inherits System.Collections.Generic.List(Of LogEntryBase)
public class LogEntryList : System.Collections.Generic.List<LogEntryBase> 
Inheritance Hierarchy

System.Object
   System.Collections.Generic.List<T>
      GrapeCity.Documents.Pdf.Log.LogEntryList

See Also

Reference

LogEntryList Members
GrapeCity.Documents.Pdf.Log Namespace