'Declaration
Public Function TiffCloseMultiPageFile( _ ByVal TiffImageID As Integer _ ) As GdPictureStatus
public GdPictureStatus TiffCloseMultiPageFile( int TiffImageID )
public function TiffCloseMultiPageFile( TiffImageID: Integer ): GdPictureStatus;
public function TiffCloseMultiPageFile( TiffImageID : int ) : GdPictureStatus;
public: GdPictureStatus TiffCloseMultiPageFile( int TiffImageID )
public: GdPictureStatus TiffCloseMultiPageFile( int TiffImageID )
Parameters
- TiffImageID
- A unique image identifier of the GdPicture image representing the image stored as the first page of the multipage TIFF image file. You need to release this image using the ReleaseGdPictureImage method after closing the image file.
Return Value
A member of the GdPictureStatus enumeration. If the method has been successfully followed, then the return value is GdPictureStatus.OK.
We strongly recommend always checking this status first.