Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 889 Bytes

GdipGetPropertyCount.md

File metadata and controls

48 lines (32 loc) · 889 Bytes

Home

Function name : GdipGetPropertyCount

Group: GDI+ Image - Library: gdiplus


Gets the number of properties (pieces of metadata) stored in this Image object.


Code examples:

GDI+: reading and writing metadata in JPEG and TIFF files

Declaration:

GpStatus WINGDIPAPI GdipGetPropertyCount(
	GpImage *image,
	UINT* numOfProperty
)
  

FoxPro declaration:

DECLARE INTEGER GdipGetPropertyCount IN gdiplus;
	INTEGER   img,;
	INTEGER @ numOfProperty
  

Parameters:

img [in] Handle to Image object

numofproperty [out] Number of properties stored in this Image object


Return value:

Returns 0 on success.