VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Metadata Namespace / MetadataNode Class / CopyTo(MetadataNode) Method
Syntax Requirements SeeAlso
In This Topic
CopyTo(MetadataNode) Method (MetadataNode)
In This Topic
Copies a data of the metadata tree node to specified metadata tree node.
Syntax
'Declaration

Public Overridable Function CopyTo( _
ByVal node
The destination metadata node.
As MetadataNode _
) As Boolean
public virtual bool CopyTo(
MetadataNode node
)

Parameters

node
The destination metadata node.

Return Value

True if all subnodes(children) of this node are copied; otherwise, false.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also