'Declaration
Public Function DicomGetPageCount( _ ByVal ImageID As Integer _ ) As Integer
public int DicomGetPageCount( int ImageID )
public function DicomGetPageCount( ImageID: Integer ): Integer;
public function DicomGetPageCount( ImageID : int ) : int;
public: int DicomGetPageCount( int ImageID )
public: int DicomGetPageCount( int ImageID )
Parameters
- ImageID
- GdPicture image identifier. The multipage DICOM image.
Return Value
Number of pages currently available in the multipage DICOM image. Returns 0 if the image is not a
multipage DICOM image.