AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Funciones estándar / Funciones de Windows / Funciones EXIF
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
ImageInfoClose (Function)
In french: ImageInfoFerme
Closes the image file (in JPEG or TIFF format) used by ImageInfoValue and/or ImageInfoList and frees the image from memory.
Remarks:
  • This function has no effect if the image used by ImageInfoValue and/or by ImageInfoList comes from an Image control, an image memo or a binary string.
  • To handle the Exif tags of an image, use the Exif property of Image variables. This property can be used on Android applications.
Example
ImgPath is string = "C:\My Images\MyImage.JPG"
// Find out the creation date of this image
Info("Creation date: " + ImageInfoValue(ImgPath, imgDate))
// Close the image file
ImageInfoClose(ImgPath)
Syntax
ImageInfoClose(<Image file>)
<Image file>: Character string
Name and full (or relative) path of the image file to close (up to 260 characters). A UNC path can be used.
Remarks
ImageInfoClose returns no error code. To determine if this function generated an error, use the ErrorOccurred variable. If an error occurs, you can get more details on the error with ErrorInfo.
Component: wd290img.dll
See also
Versión mínima requerida
  • Versión 10
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local