VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Metadata Namespace / PngTextualInformationMetadata Class
In This Topic
    PngTextualInformationMetadata Class Methods
    In This Topic
    For a list of all methods of this type, see PngTextualInformationMetadata.
    Public Methods
     NameDescription
    Public MethodAdds new node to a comment metadata.
    Public MethodDetermines whether this metadata node can contain metadata node of type TNode. (Inherited from MetadataNode)
    Public MethodCopies a data of the metadata tree node to specified metadata tree node.
    Public MethodOverloaded. Finds the first child node of specified type with specified name. (Inherited from MetadataNode)
    Public MethodReturns the node value as key->value dictionary.
    Public MethodReturns the comment value with specified key.
    Public MethodReturns an enumerator that iterates through children of metadata node. (Inherited from MetadataNode)
    Public MethodOverloaded. Removes this node from the children collection of parent node. (Inherited from MetadataNode)
    Public MethodRemoves all comments.
    Public MethodRemoves specified node from children nodes of this metadata node. (Inherited from MetadataNode)
    Public MethodSets the comment value with specified key.
    Public MethodSets a value of the metadata node from specified key->value dictionary.
    Protected Methods
     NameDescription
    Protected MethodAdds a child node of the node. (Inherited from MetadataNode)
    Protected MethodMarks the node and parent node of the node as changed. (Inherited from MetadataNode)
    Protected MethodOccurs when Children property is initialized. (Inherited from MetadataNode)
    Protected MethodOccurs when metadata node is removed from children collection of parent node.
    Protected MethodPerforms necessary changes in structure of this tree node using information about source tree and encoder that used for saving of this tree.
    See Also