VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfAnnotationList Class
Constructors Properties Methods Events SeeAlso
In This Topic
    PdfAnnotationList Class Members
    In This Topic
    The following tables list the members exposed by PdfAnnotationList.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the PdfAnnotationList class.
    Public Properties
     NameDescription
    Public PropertyGets the basic object of this tree node. (Inherited from PdfTreeNodeBase)
    Public PropertyGets the number of elements actually contained in the PdfTreeNodeList<T>. (Inherited from PdfTreeNodeList<T>)
    Public PropertyGets the parent PDF document of this tree node. (Inherited from PdfTreeNodeBase)
    Public PropertyGets the reference to an indirect object. (Inherited from PdfTreeNodeBase)
    Public PropertyGets a value indicating whether this node is changed. (Inherited from PdfTreeNodeBase)
    Public PropertyGets a value indicating whether this tree node is indirect object. (Inherited from PdfTreeNodeBase)
    Public PropertyGets a value indicating whether this node is new node (unsaved). (Inherited from PdfTreeNodeBase)
    Public PropertyGets a value indicating whether the PdfTreeNodeList<T> wrapper for the current collection is read-only. (Inherited from PdfTreeNodeList<T>)
    Public PropertyGets the unique object number. (Inherited from PdfTreeNodeBase)
    Public PropertyGets or sets the element at the specified index. (Inherited from PdfTreeNodeList<T>)
    Protected Properties
     NameDescription
    Protected PropertyGets a value indicating whether the Changed event must be raised when the PDF tree node list is changed, i.e. the Changed event has subscribers. (Inherited from PdfTreeNodeList<T>)
    Public Methods
     NameDescription
    Public MethodAdds an object to the end of the PdfTreeNodeList<T>. (Inherited from PdfTreeNodeList<T>)
    Public MethodAdds the elements of the specified collection to the end of the PdfTreeNodeList<T>. (Inherited from PdfTreeNodeList<T>)
    Public MethodRemoves all elements from the PdfTreeNodeList<T>. (Inherited from PdfTreeNodeList<T>)
    Public MethodDetermines whether an element is in the PdfTreeNodeList<T>. (Inherited from PdfTreeNodeList<T>)
    Public MethodCopies the entire PdfTreeNodeList<T> to a compatible one-dimensional array, starting at the specified index of the target array. (Inherited from PdfTreeNodeList<T>)
    Public MethodCreates a copy of specified annotation.
    Public MethodFinds the annotation by name.
    Public MethodSearches the tree node with specified object number from current node. (Inherited from PdfTreeNodeBase)
    Public MethodReturns the action, which is associated with the specified action property name. (Inherited from PdfTreeNodeBase)
    Public MethodReturns an enumerator that iterates through the PdfTreeNodeList<T>. (Inherited from PdfTreeNodeList<T>)
    Public MethodOverloaded. Returns linearized subtree that starts from current node. (Inherited from PdfTreeNodeBase)
    Public MethodSearches for the specified object and returns the zero-based index of the first occurrence within the entire PdfTreeNodeList<T>. (Inherited from PdfTreeNodeList<T>)
    Public MethodInserts an element into the PdfAnnotationList at the specified index.
    Public MethodRemoves the first occurrence of a specific object from the PdfTreeNodeList<T>. (Inherited from PdfTreeNodeList<T>)
    Public MethodRemoves the element at the specified index of the PdfTreeNodeList<T>. (Inherited from PdfTreeNodeList<T>)
    Public MethodSets the action, which is associated with the specified action property name. (Inherited from PdfTreeNodeBase)
    Public MethodCopies the elements of the PdfTreeNodeList<T> to a new array. (Inherited from PdfTreeNodeList<T>)
    Public MethodReturns a System.String that represents this instance. (Inherited from PdfTreeNodeBase)
    Protected Methods
     NameDescription
    Protected MethodRaises the Changed event. (Inherited from PdfTreeNodeList<T>)
    Protected MethodValidates the item that should be inserted into PDF document.
    Public Events
     NameDescription
    Public EventOccurs when the collection is changed. (Inherited from PdfTreeNodeList<T>)
    See Also