VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.UI.Annotations Namespace / PdfAnnotationViewCollection Class
Properties Methods Events SeeAlso
In This Topic
    PdfAnnotationViewCollection Class Members
    In This Topic
    The following tables list the members exposed by PdfAnnotationViewCollection.
    Public Properties
    Protected Properties
     NameDescription
    Protected PropertyGets the inner list. (Inherited from MasterCollection<T>)
    Protected Property (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.Pdf.UI.Annotations.PdfAnnotationView>)
    Protected PropertyGets a list of slave collections. (Inherited from MasterCollection<T>)
    Public Methods
     NameDescription
    Public Method (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.Pdf.UI.Annotations.PdfAnnotationView>)
    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 Method (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.Pdf.UI.Annotations.PdfAnnotationView>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.Pdf.UI.Annotations.PdfAnnotationView>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.Pdf.UI.Annotations.PdfAnnotationView>)
    Public MethodReleases all resources used by the PdfAnnotationViewCollection object.
    Public MethodDraws the annotations on specified System.Drawing.Graphics of viewer.
    Public Method (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.Pdf.UI.Annotations.PdfAnnotationView>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.Pdf.UI.Annotations.PdfAnnotationView>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.Pdf.UI.Annotations.PdfAnnotationView>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.Pdf.UI.Annotations.PdfAnnotationView>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.Pdf.UI.Annotations.PdfAnnotationView>)
    Public MethodRemoves a collection from a list of slave collections. (Inherited from MasterCollection<T>)
    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.
    Public Events
     NameDescription
    Public EventOccurs when collection is changed. (Inherited from MasterCollection<T>)
    Public EventOccurs when collection is changing. (Inherited from MasterCollection<T>)
    See Also