ImageGear23.Core Assembly > ImageGear.Core Namespace > ImGearMetadataLeaf Class > ImGearMetadataLeaf Constructor : ImGearMetadataLeaf Constructor(ImGearMetadataFormats,Int32,Object,Object,Boolean,String) |
'Declaration Public Function New( _ ByVal format As ImGearMetadataFormats, _ ByVal tag As Integer, _ ByVal data As Object, _ ByVal nativeType As Object, _ ByVal ignoredOnSave As Boolean, _ ByVal name As String _ )
'Usage Dim format As ImGearMetadataFormats Dim tag As Integer Dim data As Object Dim nativeType As Object Dim ignoredOnSave As Boolean Dim name As String Dim instance As New ImGearMetadataLeaf(format, tag, data, nativeType, ignoredOnSave, name)
public ImGearMetadataLeaf( ImGearMetadataFormats format, int tag, object data, object nativeType, bool ignoredOnSave, string name )
public: ImGearMetadataLeaf( ImGearMetadataFormats format, int tag, Object* data, Object* nativeType, bool ignoredOnSave, string* name )
public: ImGearMetadataLeaf( ImGearMetadataFormats format, int tag, Object^ data, Object^ nativeType, bool ignoredOnSave, String^ name )