O2S.Components.PDF4NET.View.Win Documentation
PDFVisualAnnotationCollection Class
Members 



O2S.Components.PDF4NET.View.Annotations Namespace : PDFVisualAnnotationCollection Class
Defines a collection of visual annotations.
Object Model
PDFVisualAnnotationCollection ClassPDFVisualAnnotation Class
Syntax
'Declaration
 
<DefaultMemberAttribute("Item")>
<DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)>
<DebuggerDisplayAttribute("Count = {Count}")>
Public Class PDFVisualAnnotationCollection 
   Inherits System.Collections.ObjectModel.Collection(Of PDFVisualAnnotation)
'Usage
 
Dim 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> 
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      O2S.Components.PDF4NET.View.Annotations.PDFVisualAnnotationCollection

Requirements

Supported .NET Platforms: .NET Framework 4.0 and higher, .NET 5.0 and higher, Windows Forms


Target Platforms:Windows 11, Windows 10, Windows 8.1, Windows 8, Windows 7

See Also