VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Metadata Namespace / MetadataNodeList Class
Constructors Properties Methods SeeAlso
In This Topic
    MetadataNodeList Class Members
    In This Topic
    The following tables list the members exposed by MetadataNodeList.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the MetadataNodeList class.
    Public Properties
     NameDescription
    Public PropertyGets the node count.
    Public PropertyGets a value indicating whether the list is read-only.
    Public PropertyGets or sets the node at the specified index.
    Public Methods
     NameDescription
    Public MethodAdds an item to the list.
    Public MethodRemoves all items from the list.
    Public MethodDetermines whether the list contains a specific node.
    Public MethodCopies the elements of the list to an System.Array, starting at a particular System.Array index.
    Public MethodReturns an enumerator that iterates through the list.
    Public MethodDetermines the index of a specific item in the list.
    Public MethodInserts a node to the list at the specified index.
    Public MethodRemoves the first occurrence of a specific node from the list.
    Public MethodRemoves the node at the specified index.
    See Also