ImageGear for .NET
ImGearMetadataLeaf Constructor(ImGearMetadataFormats,Int32,Object,Object,Boolean,String)
See Also  Send Feedback
ImageGear21.Core Assembly > ImageGear.Core Namespace > ImGearMetadataLeaf Class > ImGearMetadataLeaf Constructor : ImGearMetadataLeaf Constructor(ImGearMetadataFormats,Int32,Object,Object,Boolean,String)




format
Type of file format to which metadata belongs. This allows you to store JPEG metadata under TIFF metadata.
tag
Represents identifier of metadata for particular file format.
data
Actual data to be stored in metadata node.
nativeType
Identifier of attached data type.
ignoredOnSave
Specifies whether node should be ignored during page (document) saving or not.
name
Name of the leaf.

Glossary Item Box

Initializes a new instance of the ImGearMetadataLeaf class with data attached to the node and its type as value of ImageGear.Formats.ImGearNativeDataTypes enum.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

format
Type of file format to which metadata belongs. This allows you to store JPEG metadata under TIFF metadata.
tag
Represents identifier of metadata for particular file format.
data
Actual data to be stored in metadata node.
nativeType
Identifier of attached data type.
ignoredOnSave
Specifies whether node should be ignored during page (document) saving or not.
name
Name of the leaf.

Return Value

A new instance of ImGearMetadataLeaf class.

Remarks

It is good for several leaves to refer to the same data object.

See Also

©2013. Accusoft Corporation. All Rights Reserved.