'Declaration
Public Function DicomGetTagsCount( _ ByVal ImageID As Integer _ ) As Integer
public int DicomGetTagsCount( int ImageID )
public function DicomGetTagsCount( ImageID: Integer ): Integer;
public function DicomGetTagsCount( ImageID : int ) : int;
public: int DicomGetTagsCount( int ImageID )
public: int DicomGetTagsCount( int ImageID )
Parameters
- ImageID
- GdPicture image identifier. The DICOM image.
Return Value
0: No tag or error. Use the GetStat() method to determine the reason this method failed.
Non-zero: The number of available tags.