ImageGear .NET
ModifyDate Property (ImGearBasicXMPMetadata)




Gets or sets ModifyDate property of the XMP Basic schema.
Syntax
'Declaration
 
Public Property ModifyDate As ImGearXMPDate
'Usage
 
Dim instance As ImGearBasicXMPMetadata
Dim value As ImGearXMPDate
 
instance.ModifyDate = value
 
value = instance.ModifyDate
public ImGearXMPDate ModifyDate {get; set;}
public: __property ImGearXMPDate* get_ModifyDate();
public: __property void set_ModifyDate( 
   ImGearXMPDate* value
);
public:
property ImGearXMPDate^ ModifyDate {
   ImGearXMPDate^ get();
   void set (    ImGearXMPDate^ value);
}

Property Value

ImageGear.Formats.XMP.ImGearXMPDate class value.
Remarks
This XMP property specifies the date and time the resource was last modified.
See Also

Reference

ImGearBasicXMPMetadata Class
ImGearBasicXMPMetadata Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback