VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Wpf.UI.Annotations Namespace / WpfPdfAnnotationViewCollection Class
In This Topic
WpfPdfAnnotationViewCollection Class Methods
In This Topic
For a list of all methods of this type, see WpfPdfAnnotationViewCollection.
Public Methods
 NameDescription
Public MethodAdds an object to the end of the System.Collections.ObjectModel.Collection. (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.Pdf.Wpf.UI.Annotations.WpfPdfAnnotationView>)
Public MethodAdds a range of elements to this collection. (Inherited from MasterCollection<T>)
Public MethodAdds a slave collection and synchronizes the slave collection with master collection. (Inherited from MasterCollection<T>)
Public MethodMoves the specified annotation view to the first position in this collection.
Public MethodMoves the specified annotation view to the last position in this collection.
Public MethodRemoves all elements from the System.Collections.ObjectModel.Collection. (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.Pdf.Wpf.UI.Annotations.WpfPdfAnnotationView>)
Public MethodDetermines whether an element is in the System.Collections.ObjectModel.Collection. (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.Pdf.Wpf.UI.Annotations.WpfPdfAnnotationView>)
Public MethodCopies the entire System.Collections.ObjectModel.Collection to a compatible one-dimensional System.Array, starting at the specified index of the target array. (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.Pdf.Wpf.UI.Annotations.WpfPdfAnnotationView>)
Public MethodReleases all resources used by the WpfPdfAnnotationViewCollection object.
Public MethodReturns an enumerator that iterates through the System.Collections.ObjectModel.Collection. (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.Pdf.Wpf.UI.Annotations.WpfPdfAnnotationView>)
Public MethodSearches for the specified object and returns the zero-based index of the first occurrence within the entire System.Collections.ObjectModel.Collection. (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.Pdf.Wpf.UI.Annotations.WpfPdfAnnotationView>)
Public MethodInserts an element into the System.Collections.ObjectModel.Collection at the specified index. (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.Pdf.Wpf.UI.Annotations.WpfPdfAnnotationView>)
Public MethodRemoves the first occurrence of a specific object from the System.Collections.ObjectModel.Collection. (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.Pdf.Wpf.UI.Annotations.WpfPdfAnnotationView>)
Public MethodRemoves the element at the specified index of the System.Collections.ObjectModel.Collection. (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.Pdf.Wpf.UI.Annotations.WpfPdfAnnotationView>)
Public MethodRemoves a collection from a list of slave collections. (Inherited from MasterCollection<T>)
Public MethodRenders the annotations on specified System.Windows.Media.DrawingContext of a viewer.
Public MethodSwaps two elements in the collection.
Public MethodReturns elements of collection as array. (Inherited from MasterCollection<T>)
Protected Methods
 NameDescription
Protected MethodRemoves all elements from the master and slave collections.
Protected MethodInserts an element into the collection at the specified index.
Protected MethodRaises the Changed event. (Inherited from MasterCollection<T>)
Protected MethodRaises the Changing event. (Inherited from MasterCollection<T>)
Protected MethodRemoves the element at the specified index of the collection.
Protected MethodReplaces the element at the specified index.
See Also