

'Declaration<DefaultMemberAttribute("Item")> <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)> <DebuggerDisplayAttribute("Count = {Count}")> Public Class PdfVisualAnnotationCollection Inherits System.Collections.ObjectModel.Collection(Of PdfVisualAnnotation)
'UsageDim instance As PdfVisualAnnotationCollection
[DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)] [DebuggerDisplay("Count = {Count}")] public class PdfVisualAnnotationCollection : System.Collections.ObjectModel.Collection<PdfVisualAnnotation>
[DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)] [DebuggerDisplay("Count = {Count}")] public ref class PdfVisualAnnotationCollection : public System.Collections.ObjectModel.Collection<PdfVisualAnnotation>
System.Object
System.Collections.ObjectModel.Collection<T>
Xfinium.Pdf.View.Annotations.PdfVisualAnnotationCollection
Supported .NET Platforms: .NET 4.0 and higher, Windows Forms