VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Metadata Namespace / IccProfileMetadata Class / CopyTo(MetadataNode) Method
Syntax Requirements SeeAlso
In This Topic
    CopyTo(MetadataNode) Method (IccProfileMetadata)
    In This Topic
    Copies a data of the metadata tree node to specified metadata tree node.
    Syntax
    'Declaration
    
    Public Overrides Function CopyTo( _
    ByVal node
    The destination metadata node.
    As MetadataNode _
    ) As Boolean
    public override bool CopyTo(
    MetadataNode node
    )
    public: bool CopyTo(
    MetadataNode* node
    ); override
    public:
    bool CopyTo(
    MetadataNode^ node
    ); override

    Parameters

    node
    The destination metadata node.

    Return Value

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

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

    See Also