'Declaration
<DefaultMemberAttribute("Item")> <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)> <DebuggerDisplayAttribute("Count = {Count}")> Public Class PDFAnnotationCollection Inherits O2S.Components.PDFView4NET.PDFCollection(Of PDFAnnotation,PDFPage)
'Usage
Dim instance As PDFAnnotationCollection
[DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)] [DebuggerDisplay("Count = {Count}")] public class PDFAnnotationCollection : O2S.Components.PDFView4NET.PDFCollection<PDFAnnotation,PDFPage>
[DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)] [DebuggerDisplay("Count = {Count}")] public __gc class PDFAnnotationCollection : public O2S.Components.PDFView4NET.PDFCollection<PDFAnnotation,PDFPage>
[DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)] [DebuggerDisplay("Count = {Count}")] public ref class PDFAnnotationCollection : public O2S.Components.PDFView4NET.PDFCollection<PDFAnnotation,PDFPage>