PngImage.GetModifyDate
PngImage.GetModifyDate method
Retrieves the timestamp indicating the most recent modification of the resource image. This method provides access to vital metadata, enabling applications to ascertain when the image was last altered, facilitating version tracking and content management.
public override DateTime GetModifyDate(bool useDefault)
Parameter | Type | Description |
---|---|---|
useDefault | Boolean | if set to true uses the information from FileInfo as default value. |
Return Value
The date and time the resource image was last modified.
See Also
- class PngImage
- namespace Aspose.Imaging.FileFormats.Png
- assembly Aspose.Imaging